django-nonrel / djangotoolbox

Django tools for building nonrel backends
BSD 3-Clause "New" or "Revised" License
201 stars 124 forks source link

python 2 print statement on test files cause exception #58

Closed ghost closed 9 years ago

ghost commented 9 years ago

the following error occurs at the installation process:

Extracting djangotoolbox-1.6.2-py3.4.egg to /home/vyscond/tartarus/infosae-rest/.venv/lib/python3.4/site-packages
  File "/home/vyscond/tartarus/infosae-rest/.venv/lib/python3.4/site-packages/djangotoolbox-1.6.2-py3.4.egg/djangotoolbox/test.py", line 45
    print "DB state not valid:"
                              ^
SyntaxError: Missing parentheses in call to 'print'

I thinks it's good replace this with a compatible between 2 and 3 python versions? or this project is intent to be only available to version 2?

aburgel commented 9 years ago

Fixed in 71c355469de97b1e0d7b97889dc569ec0ef987b3