revert interpreter to /usr/bin/python instead of python2 due to issues with Gentoo's python2 symlink not being updated properly

This commit is contained in:
Fabio Erculiani
2009-05-25 21:17:40 +02:00
parent f1fd8b2efc
commit 4bbca983c3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2 -O
#!/usr/bin/python -O
# -*- coding: utf-8 -*-
"""
# DESCRIPTION:

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python
import sys, time
sys.path.insert(0,'/usr/lib/entropy/libraries')
sys.path.insert(0,'/usr/lib/entropy/client')