urwid isn't a submodule any more

This commit is contained in:
Aaron Gutierrez
2015-07-20 19:30:57 -07:00
parent 3d93ded2bb
commit 057988e92b
43 changed files with 24431 additions and 1 deletions

5
urwid/version.py Normal file
View File

@@ -0,0 +1,5 @@
VERSION = (1, 3, 1, 'dev')
__version__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]