Loading bin/cc-node +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
bin/cc-node +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading