blob: 9a186ad8d47d1dd06f72c2e8acedde0ddd14d409 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -uNr Supybot-plugins-20060723.orig/Sshd/plugin.py Supybot-plugins-20060723/Sshd/plugin.py
--- Supybot-plugins-20060723.orig/Sshd/plugin.py 2009-09-21 23:43:08.000000000 +0000
+++ Supybot-plugins-20060723/Sshd/plugin.py 2009-09-21 23:43:28.000000000 +0000
@@ -66,7 +66,7 @@
import twisted.conch.checkers as conchcheckers
import twisted.cred.credentials as credentials
import twisted.conch.ssh.connection as connection
-import twisted.conch.credentials as conchcredentials
+import twisted.cred.credentials as conchcredentials
# Standard library imports
import os
|