Skip to content
Snippets Groups Projects
Commit 6c9afe17 authored by Antoine Millet's avatar Antoine Millet
Browse files

Added a workaround for a PEX bug

parent 536f8877
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,12 @@
# You should have received a copy of the GNU Lesser General Public License
# along with CloudControl. If not, see <http://www.gnu.org/licenses/>.
# FUCKING WORKAROUND FOR THE FUCKING PEX (FUCK!)
import sys
if '/usr/lib/python2.7/dist-packages' not in sys.path:
sys.path.append('/usr/lib/python2.7/dist-packages')
import os
import sys
import atexit
from optparse import OptionParser
from os.path import isfile, abspath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment