projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
all details in email too, still just for CodeError
[invirt/packages/invirt-web.git]
/
code
/
templates
/
__init__.py
diff --git
a/code/templates/__init__.py
b/code/templates/__init__.py
index
d26672f
..
b2b23da
100644
(file)
--- 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])