2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

print running... Done.

[SVN r19785]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-08-26 13:19:51 +00:00
parent c03afa379c
commit ca9dc3103a

View File

@@ -4,6 +4,9 @@
# copies. This software is provided "as is" without express or
# implied warranty, and with no claim as to its suitability for any
# purpose.
print "running..."
import crossmod_exception_a
import crossmod_exception_b
@@ -16,5 +19,4 @@ try:
except IndexError:
pass
print "Done."