~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/pyutils.py

  • Committer: Vincent Ladeuil
  • Date: 2010-10-15 11:15:52 UTC
  • mto: (5499.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5500.
  • Revision ID: v.ladeuil+lp@free.fr-20101015111552-bn9oglxgj3bk463g
Fix module docstring

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
 
"""Some convenience functions for general Python, such as a wrapper around
18
 
``_import__``."""
 
17
"""General Python convenience functions."""
19
18
 
20
19
 
21
20
import sys