Commit Graph

5 Commits (07ad73caca20c7f90c8c8de2c34fe4a4fc56f548)

Author SHA1 Message Date
林檎 197f396e16 validate need include in vendor
PyPi version doesn’t support Python3
8 years ago
林檎 547f3c3456 double requirement fix 8 years ago
林檎 d45ecfafcc Missing site for File validate module 8 years ago
林檎 80bcf131ee add requirement.txt 8 years ago
林檎 b70191ca2a Least change to adapt with python3
change some syntax
- except clause
- unicode -> bulitins.str
- sqllite uri
- fix import local path
- 01 to 1  (0 is meaningless)

add module
- future
- builtins (from future)
- imp (python3 )
- past (from future)
- sqlalchemy (update one)

refer to
http://python-future.org/compatible_idioms.html
8 years ago