Skip to content

Commit 56123e7

Browse files
committed
python3-ism needs __future__ import
1 parent 9219229 commit 56123e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_script/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from __future__ import absolute_import
2+
from __future__ import absolute_import,print_function
33

44
import os
55
import sys

0 commit comments

Comments
 (0)