diff --git a/test/manual/programmatic_interface/file_upload/__init__.py b/test/manual/programmatic_interface/file_upload/__init__.py new file mode 100644 index 000000000..28d5bc6aa --- /dev/null +++ b/test/manual/programmatic_interface/file_upload/__init__.py @@ -0,0 +1,4 @@ +'''@__init__ +This file allows the containing directory to be considered a python package, +consisting of python module(s). +'''