0649e77b06d0
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 27 Jan 2012 11:42:53 -0500 |
parents | 97c27cccb458 (current diff) 91bec91479bc (diff) |
children | e16ee632ce6f |
branches/tags | (none) |
files | prompt.py |
Changes
--- a/prompt.py Wed Jan 25 00:18:00 2012 +0100 +++ b/prompt.py Fri Jan 27 11:42:53 2012 -0500 @@ -1,7 +1,5 @@ #!/usr/bin/env python -from __future__ import with_statement - '''get repository information for use in a shell prompt Take a string, parse any special variables inside, and output the result. @@ -10,6 +8,8 @@ a shell prompt. ''' +from __future__ import with_statement + import re import os import subprocess