mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
setup: print out the version number of pycryptopp in "tahoe --version"
This commit is contained in:
parent
a924872c52
commit
3c222bbe26
@ -11,11 +11,12 @@ class BaseOptions:
|
||||
|
||||
def opt_version(self):
|
||||
from twisted import copyright
|
||||
import allmydata, zfec, foolscap
|
||||
import allmydata, zfec, foolscap, pycryptopp
|
||||
print "Twisted version:", copyright.version
|
||||
print "Foolscap version:", foolscap.__version__
|
||||
print "zfec version:", zfec.__version__
|
||||
print "allmydata version:", allmydata.__version__
|
||||
print "pycryptopp version:", pycryptopp.__version__
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user