Did some work on the reload manager, as well as removed

the rollback importer from server.py
This commit is contained in:
Michael King 2007-09-06 14:58:18 +00:00
parent 5ecbff32f6
commit 02ffa832f6
5 changed files with 93 additions and 31 deletions

5
reload/__init__.py Normal file
View file

@ -0,0 +1,5 @@
"""
Reloader module for handling @reload.
"""
from managers import ReloadManager as manager