seafile_ynh/sources/seafile-server-3.1.1/seahub/thirdpart/Django-1.5.1-py2.6.egg/django/bin/django-2to3.py
Elie 0f063400be Add sources
Former-commit-id: 2e47976ec5
2014-08-06 22:42:37 -04:00

10 lines
215 B
Python

#!/usr/bin/env python
# This works exactly like 2to3, except that it uses Django's fixers rather
# than 2to3's built-in fixers.
import sys
from lib2to3.main import main
sys.exit(main("django.utils.2to3_fixes"))