X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/1d079163df57b9ba8d4f19fa1b80c07c46f3b2ef..5ca52d8ea00d202c79c750fd52fe08b6a215eb57:/code/templates/__init__.py

diff --git a/code/templates/__init__.py b/code/templates/__init__.py
index d26672f..b2b23da 100644
--- a/code/templates/__init__.py
+++ b/code/templates/__init__.py
@@ -1,4 +1,4 @@
-__all__ = 'info command error help invalid list unauth vnc'.split()
+__all__ = 'info command error error_raw help invalid list unauth vnc'.split()
 for _name in __all__:
     try:
         _module = __import__(_name, globals(), {}, [_name])