mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 05:43:03 +00:00
further
This commit is contained in:
parent
2d90ed1bb7
commit
098297a985
@ -1,12 +1,13 @@
|
||||
diff --git a/nevow/__init__.py b/nevow/__init__.py
|
||||
index 45ac0a7..348f116 100644
|
||||
index 45ac0a7..c9db574 100644
|
||||
--- a/nevow/__init__.py
|
||||
+++ b/nevow/__init__.py
|
||||
@@ -65,7 +65,7 @@ def _versions():
|
||||
@@ -65,7 +65,8 @@ def _versions():
|
||||
return __version__, __version_info__, version
|
||||
|
||||
|
||||
-__version__, __version_info__, version = _versions()
|
||||
+from twisted.python.versions import Version
|
||||
+__version__, __version_info__, version = "0.14.4.dev1", ("0", "14", "4", "dev1"), Version("nevow", 0, 14, 4, dev=1)
|
||||
|
||||
import sys
|
||||
|
Loading…
x
Reference in New Issue
Block a user