change build step for virtualenv and pip integration

This commit is contained in:
citronneur
2014-11-09 20:31:08 +01:00
parent 24096b5e8a
commit a03c5fb0c9
14 changed files with 93 additions and 97 deletions

View File

@@ -24,10 +24,6 @@ take screenshot of login page
"""
import sys, os, getopt
# Change path so we find rdpy
sys.path.insert(1, os.path.join(sys.path[0], '..'))
from PyQt4 import QtCore, QtGui
from rdpy.protocol.rfb import rfb
import rdpy.base.log as log