Browse Source

unnecessary import, whoops

tags/v0.1
Ben Kurtovic 13 years ago
parent
commit
143ca19a4a
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      irc/actions.py

+ 0
- 2
irc/actions.py View File

@@ -2,8 +2,6 @@


# Actions/commands to interface with IRC. # Actions/commands to interface with IRC.


import string

class Actions: class Actions:
def __init__(self, sock): def __init__(self, sock):
"""actions/commands to interface with IRC""" """actions/commands to interface with IRC"""


Loading…
Cancel
Save