浏览代码

Fix syntax error

Ashish Dubey 12 年之前
父节点
当前提交
6fc67563b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/celery_http_gateway/manage.py

+ 1 - 1
examples/celery_http_gateway/manage.py

@@ -6,7 +6,7 @@ except ImportError:
     import sys
     sys.stderr.write(
         "Error: Can't find the file 'settings.py' in the directory "
-        "containing {0!r}.".format(__file__)
+        "containing {0!r}.".format(__file__))
     sys.exit(1)
 
 if __name__ == '__main__':