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:
5
setup.py
5
setup.py
@@ -422,7 +422,6 @@ class install(_install):
|
|||||||
for cmd in [configure,build]:
|
for cmd in [configure,build]:
|
||||||
cmd(self.distribution).run()
|
cmd(self.distribution).run()
|
||||||
|
|
||||||
try:
|
|
||||||
print "Using init file",(wpath.init, wpath.initfile)
|
print "Using init file",(wpath.init, wpath.initfile)
|
||||||
data.extend([
|
data.extend([
|
||||||
(wpath.dbus, ['other/wicd.conf']),
|
(wpath.dbus, ['other/wicd.conf']),
|
||||||
@@ -534,10 +533,6 @@ class install(_install):
|
|||||||
data.append((wpath.translations + language + '/LC_MESSAGES/',
|
data.append((wpath.translations + language + '/LC_MESSAGES/',
|
||||||
['translations/' + language + '/LC_MESSAGES/wicd.mo']))
|
['translations/' + language + '/LC_MESSAGES/wicd.mo']))
|
||||||
print
|
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)
|
_install.run(self)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user