mirror of
https://github.com/gryf/wicd.git
synced 2026-03-06 09:15:47 +01:00
Merged experimental-nacl r288, and updated wicd-curses revno.
This commit is contained in:
@@ -21,4 +21,5 @@ other/postinst
|
|||||||
scripts/wicd
|
scripts/wicd
|
||||||
scripts/wicd-client
|
scripts/wicd-client
|
||||||
scripts/wicd-curses
|
scripts/wicd-curses
|
||||||
|
translations/*
|
||||||
wicd/wpath.py
|
wicd/wpath.py
|
||||||
|
|||||||
@@ -896,6 +896,7 @@ def main():
|
|||||||
('bold','white','black','bold')])
|
('bold','white','black','bold')])
|
||||||
# This is a wrapper around a function that calls another a function that is a
|
# This is a wrapper around a function that calls another a function that is a
|
||||||
# wrapper around a infinite loop. Fun.
|
# wrapper around a infinite loop. Fun.
|
||||||
|
urwid.set_encoding('utf8')
|
||||||
ui.run_wrapper(run)
|
ui.run_wrapper(run)
|
||||||
|
|
||||||
def run():
|
def run():
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -28,7 +28,7 @@ import subprocess
|
|||||||
VERSION_NUM = '1.6.0a1'
|
VERSION_NUM = '1.6.0a1'
|
||||||
# REVISION_NUM is automatically updated
|
# REVISION_NUM is automatically updated
|
||||||
REVISION_NUM = 'unknown'
|
REVISION_NUM = 'unknown'
|
||||||
CURSES_REVNO = 'r275'
|
CURSES_REVNO = 'r277'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if not os.path.exists('vcsinfo.py'):
|
if not os.path.exists('vcsinfo.py'):
|
||||||
|
|||||||
Reference in New Issue
Block a user