Changeset 189
- Timestamp:
- Tue Oct 2 11:20:32 2007
- Files:
-
- trunk/plugins/multiexport/__init__.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/plugins/multiexport/__init__.py
r162 r189 195 195 msg = _("Export as a Html Gallery") 196 196 #================================================================== 197 path = ec[" FS.folder"]197 path = ec["HG.folder"] 197 197 if os.path.isdir(path): 198 198 destg = unicode( path + "/Html " + time.strftime("%Y-%m-%d, %H-%M-%S") )
