s-tip / stip-gv

Graph View
GNU Affero General Public License v3.0
2 stars 6 forks source link

Remove unnecessary lines from manage.py #48

Closed stmtstk closed 3 years ago

stmtstk commented 3 years ago

There are a few of lines for python 2.7. There are no longer used for python 3.x.

    if os.name != 'nt':
        sys.path.remove('/usr/local/lib/python2.7/dist-packages')
        sys.path.append('/usr/local/lib/python2.7/dist-packages')