Browse Source

Accidentally removed some lines

Ask Solem 14 years ago
parent
commit
76bcc628c6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      examples/pythonproject/demoapp/celeryconfig.py

+ 4 - 0
examples/pythonproject/demoapp/celeryconfig.py

@@ -1,3 +1,7 @@
+import sys
+import os
+sys.path.insert(0, os.getcwd())
+
 BROKER_HOST = "localhost"
 BROKER_USER = "guest"
 BROKER_PASSWORD = "guest"