2to3 conversion by tool.

* untested code.
This commit is contained in:
Gabor Körber 2017-05-12 18:08:48 +02:00
parent daab01e4c5
commit 288065d066

47
.gitignore vendored Normal file
View File

@ -0,0 +1,47 @@
*.pyc
pip-log.txt
# Project - exclude src but include the project. Optional.
#src/*
#!src/scon
#!src/manage.py
#!src/djascon
# system files
.DS_Store
# eclipse
.project
.pydevproject
.settings
.settings/*
# sqlite db files
*.db
# temp files
*.*~
*.tmp
tmp/*
local_*
*.bak
# django
/media
/static
# VirtualEnv on Nixes.
/lib
/bin
/include
/tmp
/local
/man
# VirtualEnv on Windows.
/Include
/Lib
/Scripts
# just to be sure.
*.pyc