51: Moved old_plugins.py back to plugins.py

This commit is contained in:
Jason Gerard DeRose 2008-08-05 21:28:29 +00:00
parent 175dfc121a
commit 1fce1487f9
2 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ unnecessary side effects (needed for unit tests, among other things).
from run import api
import plugins
api.finalize()
api()