Skip to content

Commit ee6bb9a

Browse files
committed
Merge pull request #475 from bfirsh/fix-missing-six-package
Fix missing six package
2 parents 41ee65b + 8660509 commit ee6bb9a

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)