Skip to content

Commit 44002b4

Browse files
committed
removed leftover from testing new setup.py
1 parent 5f9f713 commit 44002b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,11 @@ class Configure(_install):
5555

5656
def run(self):
5757
conf_avail = False
58-
print dir(_install)
59-
_install.do_egg_install(self)
6058
if not os.getuid() == 0:
6159
print bcolor.RED + "You must run me as root user!" + bcolor.END
6260
print bcolor.RED + "Rerun me with sudo " + __file__ + bcolor.END
6361
sys.exit(2)
62+
_install.do_egg_install(self)
6463
print ""
6564
print bcolor.CYAN + "Welcome to the Miniprobe (Python) for PRTG installer" + bcolor.END
6665
if self.file_check(self.path):

0 commit comments

Comments
 (0)