1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 21:08:06 +01:00

Redirected bzr output to /dev/null

This commit is contained in:
Adam Blackburn
2009-04-26 08:00:33 +09:00
parent e407230d62
commit 25aab27635

View File

@@ -33,7 +33,7 @@ CURSES_REVNO = 'uimod'
os.chdir(os.path.abspath(os.path.split(__file__)[0])) os.chdir(os.path.abspath(os.path.split(__file__)[0]))
try: try:
if os.path.exists('.bzr') and os.system('bzr') == 0: if os.path.exists('.bzr') and os.system('bzr > /dev/null 2>&1') == 0:
try: try:
os.system('bzr version-info --python > vcsinfo.py') os.system('bzr version-info --python > vcsinfo.py')
except: except: