[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:
parent
0ac7b0dcbd
commit
b3ec01f57e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue