1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-22 14:07:59 +01:00

Remove stale warning about 'configure' not yet run

This commit is contained in:
David Paleino
2012-05-10 00:58:33 +02:00
parent ab8ecb6ba8
commit aa7e394159

View File

@@ -422,7 +422,6 @@ class install(_install):
for cmd in [configure,build]:
cmd(self.distribution).run()
try:
print "Using init file",(wpath.init, wpath.initfile)
data.extend([
(wpath.dbus, ['other/wicd.conf']),
@@ -534,10 +533,6 @@ class install(_install):
data.append((wpath.translations + language + '/LC_MESSAGES/',
['translations/' + language + '/LC_MESSAGES/wicd.mo']))
print
except Exception, e:
print str(e)
print '''Error setting up data array. This is normal if
python setup.py configure has not yet been run.'''
_install.run(self)