Changeset 10


Ignore:
Timestamp:
Nov 4, 2005, 9:37:32 PM (18 years ago)
Author:
simon
Message:

Change irc module import for Twisted 2. Closes #5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • svnbot/trunk/svnbot.py

    r9 r10  
    11import sys
    22from twisted.application import service, internet
    3 from twisted.protocols import irc
     3from twisted.words.protocols import irc
    44from twisted.internet import protocol
    55from twisted.python import log
Note: See TracChangeset for help on using the changeset viewer.