commit/galaxy-central: dan: Fix minor typos in db_shell.py
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/419d87dd6514/ changeset: 419d87dd6514 user: dan date: 2012-10-11 22:43:37 summary: Fix minor typos in db_shell.py affected #: 1 file diff -r 26a72076eb75683e1fe1dca95e1a356f501d9393 -r 419d87dd65149285d6c9f0043ea898b365d2dbde scripts/db_shell.py --- a/scripts/db_shell.py +++ b/scripts/db_shell.py @@ -1,14 +1,14 @@ # This script allows easy access to Galaxy's database layer via the -# Galaxy models. For example:q -# % python -i scripts/db_shel.py +# Galaxy models. For example: +# % python -i scripts/db_shell.py # >>> new_user = User("admin@gmail.com") # >>> new_user.set_password # >>> sa_session.add(new_user) # >>> sa_session.commit() # >>> sa_session.query(User).all() # -# You can also use this script as a library, for instance see https://gist.github.com/1979583q -# TODO: This script overlaps alot wth manage_db.py and create_db.py, +# You can also use this script as a library, for instance see https://gist.github.com/1979583 +# TODO: This script overlaps a lot with manage_db.py and create_db.py, # these should maybe be refactored to remove duplication. import sys, os.path, logging Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket