Remove the last supybot.fix imports.

This commit is contained in:
James Vega 2005-01-30 02:46:30 +00:00
parent 9e83114a24
commit 5a46ec4993
6 changed files with 0 additions and 11 deletions

View File

@ -33,7 +33,6 @@
import supybot
import supybot.fix as fix
from supybot.questions import *
import os

View File

@ -67,8 +67,6 @@ import supybot.conf as conf
conf.allowEval = True
conf.supybot.flush.setValue(False)
import supybot.fix as fix
import re
import sys
import glob

View File

@ -43,8 +43,6 @@ if sys.version_info < (2, 3, 0):
import supybot
import supybot.fix as fix
import re
import sets
import time

View File

@ -35,8 +35,6 @@ from __future__ import division
import supybot.fix as fix
import time
import select
import socket

View File

@ -29,8 +29,6 @@
import supybot.fix as fix
import time
import supybot.log as log

View File

@ -33,8 +33,6 @@ Contains various drivers (network, file, and otherwise) for using IRC objects.
import supybot.fix as fix
import sys
import time
import socket