Browse Source

Fixes typo

Ask Solem 11 years ago
parent
commit
9b8e2cbd50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/apps/beat.py

+ 1 - 1
celery/apps/beat.py

@@ -10,7 +10,7 @@
     and so on.
 
 """
-from __future__ import absolute_import, print_statement, unicode_literals
+from __future__ import absolute_import, print_function, unicode_literals
 
 import numbers
 import socket