Browse Source

fix borked import

Rafał Pitoń 8 years ago
parent
commit
c1f098c071
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/threads/models/post.py

+ 1 - 1
misago/threads/models/post.py

@@ -1,4 +1,4 @@
-from __future import unicode_literals
+from __future__ import unicode_literals
 
 import copy