moved python files from root dir into new src subdir
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 14 Jan 2016 16:18:11 +0000 (17:18 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 14 Jan 2016 16:18:11 +0000 (17:18 +0100)
as recommended in distutils docu

src/arnied.py [moved from arnied.py with 100% similarity]
src/buffers.py [moved from buffers.py with 100% similarity]
src/call_helpers.py [moved from call_helpers.py with 100% similarity]
src/file_helpers.py [moved from file_helpers.py with 100% similarity]
src/follow.py [moved from follow.py with 100% similarity]
src/iter_helpers.py [moved from iter_helpers.py with 100% similarity]
src/log_helpers.py [moved from log_helpers.py with 100% similarity]
src/log_read.py [moved from log_read.py with 100% similarity]
src/template.py [moved from template.py with 100% similarity]
src/test_helpers.py [moved from test_helpers.py with 100% similarity]
src/type_helpers.py [moved from type_helpers.py with 100% similarity]

similarity index 100%
rename from arnied.py
rename to src/arnied.py
similarity index 100%
rename from buffers.py
rename to src/buffers.py
similarity index 100%
rename from call_helpers.py
rename to src/call_helpers.py
similarity index 100%
rename from file_helpers.py
rename to src/file_helpers.py
similarity index 100%
rename from follow.py
rename to src/follow.py
similarity index 100%
rename from iter_helpers.py
rename to src/iter_helpers.py
similarity index 100%
rename from log_helpers.py
rename to src/log_helpers.py
similarity index 100%
rename from log_read.py
rename to src/log_read.py
similarity index 100%
rename from template.py
rename to src/template.py
similarity index 100%
rename from test_helpers.py
rename to src/test_helpers.py
similarity index 100%
rename from type_helpers.py
rename to src/type_helpers.py