Added a 'from fix import *'

This commit is contained in:
Jeremy Fincher 2003-09-12 18:07:04 +00:00
parent fac234359a
commit 417c1f3ea4

View File

@ -34,6 +34,8 @@ Provides commands useful to the owner of the bot; the commands here require
their caller to have the 'owner' capability. This plugin is loaded by default. their caller to have the 'owner' capability. This plugin is loaded by default.
""" """
from fix import *
import os import os
import gc import gc
import imp import imp