summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2013-08-19 16:15:44 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2013-08-19 16:15:44 -0700
commit5ec6107750b4738faf29ee7561493d691e21e19a (patch)
tree0ead8bfcf22a2435fc17b2302c5f4e052da03a63
parent3249ef99566bd6c81eed72b0985f8094321025af (diff)
downloadpyscss-5ec6107750b4738faf29ee7561493d691e21e19a.tar.gz
Whoops. scss.types really really needs future division.
-rw-r--r--scss/types.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/types.py b/scss/types.py
index 3519f44..2944c71 100644
--- a/scss/types.py
+++ b/scss/types.py
@@ -1,4 +1,5 @@
from __future__ import absolute_import
+from __future__ import division
from __future__ import print_function
import operator