From fd36c078f29c1f6849087700f9d7a85077744a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 7 Sep 2016 12:29:10 +0200 Subject: [PATCH] =?UTF-8?q?attract=5Fserver=20=E2=86=92=20attract?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud.py b/cloud.py index 1e5b66c..fba88a2 100755 --- a/cloud.py +++ b/cloud.py @@ -1,7 +1,7 @@ #!/usr/bin/env python from pillar import PillarServer -from attract_server import AttractExtension +from attract import AttractExtension attract = AttractExtension()