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:
Ben Firshman 2014-09-05 17:19:53 -07:00
parent 41ee65b664
commit 866050937a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from __future__ import unicode_literals
from __future__ import absolute_import
from fig.packages import six
import six
class Container(object):