Skip to content

Commit

Permalink
lbugz: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh committed Sep 20, 2015
1 parent b58268e commit 54448cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lbugz
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""
lbugz: execute bugz from the git repository.
This script is primarily used to test bugz. It is a wrapper which adds
the package directory to the system path and executes bin/bugz from the
git repository passing along any arguments supplied to it.
This script is primarily used to test pybugz.
It works by prepending the directory it is located in to sys.path then
importing pybugz and running the main function from that directory.
This is based on a patch from Mike Frysinger <vapier@gentoo.org>.
"""
Expand Down

0 comments on commit 54448cd

Please sign in to comment.