src/s/c/scribus-HEAD/gsoc2009/odtsxwplugin/working/Scribus/OSX-package/linktools/mkframework.py scribus(Download)
if os.path.exists(versionPath): if overwrite: shutil.removetree(versionPath) else: print "Error: '" + versionPath + "' already exists!" usage()
src/s/c/scribus-HEAD/gsoc2009/odtsxwplugin/upstream/Scribus/OSX-package/linktools/mkframework.py scribus(Download)
if os.path.exists(versionPath): if overwrite: shutil.removetree(versionPath) else: print "Error: '" + versionPath + "' already exists!" usage()
src/s/c/scribus-HEAD/gsoc2009/textfilter/OSX-package/linktools/mkframework.py scribus(Download)
if os.path.exists(versionPath): if overwrite: shutil.removetree(versionPath) else: print "Error: '" + versionPath + "' already exists!" usage()
src/s/c/scribus-HEAD/gsoc2009/pdfexport/OSX-package/linktools/mkframework.py scribus(Download)
if os.path.exists(versionPath): if overwrite: shutil.removetree(versionPath) else: print "Error: '" + versionPath + "' already exists!" usage()