summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6bbc898)
raw | patch | inline | side by side (parent: 6bbc898)
author | anthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 28 Aug 2001 05:58:33 +0000 (05:58 +0000) | ||
committer | anthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 28 Aug 2001 05:58:33 +0000 (05:58 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@242 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup-admin | patch | blob | history |
diff --git a/roundup-admin b/roundup-admin
index 13b2047eb8c151fd47014e3427a3f4e2f57ed81f..d110ebcc3b2c1ec31ed5063cd5d373ef3dcb968b 100755 (executable)
--- a/roundup-admin
+++ b/roundup-admin
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: roundup-admin,v 1.16 2001-08-12 06:32:36 richard Exp $
+# $Id: roundup-admin,v 1.17 2001-08-28 05:58:33 anthonybaxter Exp $
import sys
if int(sys.version[0]) < 2:
Sets the property to the value for all designators given.
'''
+ from roundup import hyperdb
+
designators = string.split(args[0], ',')
props = {}
for prop in args[1:]:
name=value arguments provided on the command line after the "create"
command.
'''
+ from roundup import hyperdb
+
classname = args[0]
cl = db.getclass(classname)
props = {}
#
# $Log: not supported by cvs2svn $
+# Revision 1.16 2001/08/12 06:32:36 richard
+# using isinstance(blah, Foo) now instead of isFooType
+#
# Revision 1.15 2001/08/07 00:24:42 richard
# stupid typo
#