mirror of https://github.com/docker/compose.git
Fix missing six package
I had some .pyc files kicking around, urgh. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
41ee65b664
commit
866050937a
|
@ -1,7 +1,7 @@
|
|||
from __future__ import unicode_literals
|
||||
from __future__ import absolute_import
|
||||
|
||||
from fig.packages import six
|
||||
import six
|
||||
|
||||
|
||||
class Container(object):
|
||||
|
|
Loading…
Reference in New Issue