# -----------------------------------------------------------------------
# Copyright (C) 2007 Georgia Public Library Service
-# Bill Erickson <billserickson@gmail.com>
+# Bill Erickson <erickson@esilibrary.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# -------------------------------------------------------------------------
# Creates a class method for each action on each type of fieldmapper object
# -------------------------------------------------------------------------
+__editor_loaded = False
def oilsLoadCSEditor():
+ global __editor_loaded
+ if __editor_loaded:
+ return
+ __editor_loaded = True
+
obj = IDLParser.get_parser().IDLObject
for k, fm in obj.iteritems():