python 3 support (python 2 not yet tested)

This commit is contained in:
Antti Haapala
2013-11-23 14:12:53 +02:00
committed by Samuel Abels
parent f69a89a108
commit adb07006dd
110 changed files with 437 additions and 148 deletions

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import division
from SpiffWorkflow.version import __version__
from setuptools import setup, find_packages
from os.path import dirname, join