change build step for virtualenv and pip integration
This commit is contained in:
@@ -24,9 +24,6 @@ example of use rdpy as rdp client
|
||||
|
||||
import sys, os, getopt
|
||||
|
||||
# Change path so we find rdpy
|
||||
sys.path.insert(1, os.path.join(sys.path[0], '..'))
|
||||
|
||||
from PyQt4 import QtGui
|
||||
from rdpy.ui.qt4 import RDPClientQt
|
||||
from rdpy.protocol.rdp import rdp
|
||||
|
||||
Reference in New Issue
Block a user