EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

Syntax error in scripts.py #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When building hotwire 0.700 package for Mandriva Linux, I noticed the
following error in ui/scripts.py :

byte-compiling
/home/fcrozat/packages/hotwire/BUILDROOT/hotwire-0.700-1mdv2008.1-buildroot/usr/
lib/python2.5/site-packages/hotwire_ui/scripts.py
to scripts.pyc
  File "/usr/lib/python2.5/site-packages/hotwire_ui/scripts.py", line 167
    results =

^
SyntaxError: invalid syntax

Original issue reported on code.google.com by fcro...@gmail.com on 27 Jan 2008 at 4:06

GoogleCodeExporter commented 9 years ago
Yeah, you can safely delete the file or ignore it; it was a half-started work on
issue 79, but it's shouldn't be imported or used by anything.

I'll fix this in SVN soon.

Original comment by cgwalt...@gmail.com on 27 Jan 2008 at 6:00

GoogleCodeExporter commented 9 years ago
Committed r893
    M   hotwire_ui/scripts.py
r893 = d0a3c0794312305b5ce38b1ebaa4d9633771422c (git-svn)

Original comment by cgwalt...@gmail.com on 27 Jan 2008 at 11:19