Changeset 1122 for ZMS/trunk/ZMSGlobals.py
- Timestamp:
- 21.07.2010 22:19:32 (22 months ago)
- File:
-
- 1 edited
-
ZMS/trunk/ZMSGlobals.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/ZMSGlobals.py
r1067 r1122 158 158 f.aq_parent = self 159 159 return f 160 161 # -------------------------------------------------------------------------- 162 # ZMSGlobals.import_zexp: 163 # -------------------------------------------------------------------------- 164 def import_zexp(self, zexp, new_id, id_prefix, _sort_id=0): 165 """ 166 Import zexp. 167 @param zexp 168 @type L{MyFile} 169 """ 170 return _fileutil.import_zexp(self, zexp, new_id, id_prefix, _sort_id) 160 171 161 172 # --------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.
