Skip to content

Commit 8660509

Browse files
committed
Fix missing six package
I had some .pyc files kicking around, urgh. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
1 parent 41ee65b commit 8660509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fig/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import unicode_literals
22
from __future__ import absolute_import
33

4-
from fig.packages import six
4+
import six
55

66

77
class Container(object):

0 commit comments

Comments
 (0)