Code

Added better tokenising to roundup-admin - handles spaces and stuff. Can
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 31 Dec 2001 05:09:20 +0000 (05:09 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 31 Dec 2001 05:09:20 +0000 (05:09 +0000)
commit8dd370cca99658a1aacf7c5baaa0078bbac9d446
tree659bea32fb7ef0d7d778b03d37a51e3a82f227a9
parent2bec73daf2256ce73d4f57f56e22fb2e2f8d8e57
Added better tokenising to roundup-admin - handles spaces and stuff. Can
use quoting or backslashes. See the roundup.token pydoc.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@482 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup-admin
roundup/token.py [new file with mode: 0644]
test/__init__.py
test/test_token.py [new file with mode: 0644]