]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/flower.py
release: 0.1.57
[lilypond.git] / bin / flower.py
index e88631d1a2c7ef5ca5227e31834efb0a75da06fb..46dfe0faf30ada6f8c86e28ea050710dc5b8ba8e 100755 (executable)
@@ -8,6 +8,8 @@
 # (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
 # 
 
+import sys
+
 class File:
     """silly wrapper for Python file object."""
     def __init__ (self,nm, mode='r'):