--- a/goa/tools/generate_schema_img.py Thu May 14 10:24:56 2009 +0200
+++ b/goa/tools/generate_schema_img.py Thu May 14 11:38:40 2009 +0200
@@ -1,6 +1,6 @@
import sys
from os.path import dirname, abspath, join
-from yams import schema2dot
+from yams import schema2dot
APPLROOT = abspath(join(dirname(abspath(__file__)), '..'))
@@ -9,7 +9,7 @@
except ImportError:
sys.path.insert(0, APPLROOT)
import custom
-
+
schema = custom.SCHEMA
skip_rels = ('owned_by', 'created_by', 'identity', 'is', 'is_instance_of')