mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +00:00
more
This commit is contained in:
parent
098297a985
commit
878d9563d3
@ -1,5 +1,5 @@
|
|||||||
diff --git a/nevow/__init__.py b/nevow/__init__.py
|
diff --git a/nevow/__init__.py b/nevow/__init__.py
|
||||||
index 45ac0a7..c9db574 100644
|
index 45ac0a7..ebfb517 100644
|
||||||
--- a/nevow/__init__.py
|
--- a/nevow/__init__.py
|
||||||
+++ b/nevow/__init__.py
|
+++ b/nevow/__init__.py
|
||||||
@@ -65,7 +65,8 @@ def _versions():
|
@@ -65,7 +65,8 @@ def _versions():
|
||||||
@ -8,7 +8,7 @@ index 45ac0a7..c9db574 100644
|
|||||||
|
|
||||||
-__version__, __version_info__, version = _versions()
|
-__version__, __version_info__, version = _versions()
|
||||||
+from twisted.python.versions import Version
|
+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)
|
+__version__, __version_info__, version = "0.14.4.dev1", (0, 14, 4), Version("nevow", 0, 14, 4, dev=1)
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
from twisted.python.components import registerAdapter
|
from twisted.python.components import registerAdapter
|
||||||
|
Loading…
Reference in New Issue
Block a user