2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

Added call() function so that a regular python function (as opposed to method or

other function-as-attribute) can be called.

Added newlines for readability.


[SVN r8173]
This commit is contained in:
Dave Abrahams
2000-11-12 18:16:33 +00:00
parent 086527bcc2
commit 124a99882b

View File

@@ -82,5 +82,3 @@ if __name__ == '__main__':
args = int(sys.argv[1])
print gen_callback(args)