chiark / gitweb /
move genkey() and genpassword() to common.py for use in multiple sections
authorHans-Christoph Steiner <hans@eds.org>
Mon, 20 Apr 2015 23:14:58 +0000 (19:14 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 8 May 2015 20:13:15 +0000 (16:13 -0400)
commit486159528816ade0897965ce5c05dd22cfe1f4eb
tree50f17ede9f727196bfc2699b3a60f41a11d1f857
parent86865faa629ace1f0077e7ca5e19ad65634c118f
move genkey() and genpassword() to common.py for use in multiple sections

genkey() and genpassword() are now going to be used by `fdroid update` as
well as `fdroid init`, so they should be in common.py
fdroidserver/common.py
fdroidserver/init.py