diff options
| author | Patricio Paez <pp@pp.com.mx> | 2012-03-14 13:58:17 -0700 |
|---|---|---|
| committer | Patricio Paez <pp@pp.com.mx> | 2012-03-14 13:58:17 -0700 |
| commit | 58df8cb0697a00f88da347db8c09f7c0148f99c0 (patch) | |
| tree | 7fc4084b23f42d0e85cd973623a8197db878ec9e /docs/tutorials/wiki2/src/authorization | |
| parent | 03bfabdc81c04ecf0fc9637056d7b1db189c6e0a (diff) | |
| download | pyramid-58df8cb0697a00f88da347db8c09f7c0148f99c0.tar.gz pyramid-58df8cb0697a00f88da347db8c09f7c0148f99c0.tar.bz2 pyramid-58df8cb0697a00f88da347db8c09f7c0148f99c0.zip | |
Removed populate tests from the SQL wiki tutorial
- Removed the main() settings parameter in populate.py
- Updated the Tests chapter
Diffstat (limited to 'docs/tutorials/wiki2/src/authorization')
| -rw-r--r-- | docs/tutorials/wiki2/src/authorization/tutorial/scripts/populate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/authorization/tutorial/scripts/populate.py b/docs/tutorials/wiki2/src/authorization/tutorial/scripts/populate.py index 981adff38..03188e8ad 100644 --- a/docs/tutorials/wiki2/src/authorization/tutorial/scripts/populate.py +++ b/docs/tutorials/wiki2/src/authorization/tutorial/scripts/populate.py @@ -21,7 +21,7 @@ def usage(argv): '(example: "%s development.ini")' % (cmd, cmd)) sys.exit(1) -def main(argv=sys.argv, settings=None): +def main(argv=sys.argv): if len(argv) != 2: usage(argv) config_uri = argv[1] |
