Skip to content

Commit a67990b

Browse files
author
Richard Jones
committed
Marked the roundup-admin import/export as experimental...
...since they're not fully operational.
1 parent d32c882 commit a67990b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

roundup-admin

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: roundup-admin,v 1.25 2001-10-10 04:12:32 richard Exp $
19+
# $Id: roundup-admin,v 1.26 2001-10-11 05:03:51 richard Exp $
2020

2121
import sys
2222
if int(sys.version[0]) < 2:
@@ -340,6 +340,7 @@ def do_retire(db, args):
340340

341341
def do_export(db, args):
342342
'''Usage: export class[,class] destination_dir
343+
** EXPERIMENTAL **
343344
Export the database to CSV files by class in the given directory.
344345
345346
This action exports the current data from the database into
@@ -381,6 +382,7 @@ def do_export(db, args):
381382

382383
def do_import(db, args):
383384
'''Usage: import class file
385+
** EXPERIMENTAL **
384386
Import the contents of the CSV file as new nodes for the given class.
385387
386388
The file must define the same properties as the class (including having
@@ -565,6 +567,9 @@ if __name__ == '__main__':
565567

566568
#
567569
# $Log: not supported by cvs2svn $
570+
# Revision 1.25 2001/10/10 04:12:32 richard
571+
# The setup.cfg file is just causing pain. Away it goes.
572+
#
568573
# Revision 1.24 2001/10/10 03:54:57 richard
569574
# Added database importing and exporting through CSV files.
570575
# Uses the csv module from object-craft for exporting if it's available.

0 commit comments

Comments
 (0)