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 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue