[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-30]

fix stupid line that broke dss's unit test... that'll teach me to fuss over pychecker warnings
This commit is contained in:
Robey Pointer 2005-07-13 07:56:44 +00:00
parent 0ac7b0dcbd
commit b3ec01f57e
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ class DSSKey (PKey):
self.g = msg.get_mpint()
self.y = msg.get_mpint()
self.size = util.bit_length(self.p)
self.x = 0L
def __str__(self):
m = Message()