From 90a8a8895d6810eab8207b34222f1ed90a7b5d4d Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sat, 23 Jan 2021 01:16:33 -0600 Subject: [PATCH] Restructure of package --- tb_hardlinks.py => tb_hardlinks/__init__.py | 0 backup_parser.py => tb_hardlinks/backup_parser.py | 0 example-new.txt => test_data/property_files/example-new.txt | 0 .../property_files/org.qpython.qpy3-20171101-073811.properties | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tb_hardlinks.py => tb_hardlinks/__init__.py (100%) rename backup_parser.py => tb_hardlinks/backup_parser.py (100%) rename example-new.txt => test_data/property_files/example-new.txt (100%) rename org.qpython.qpy3-20171101-073811.properties => test_data/property_files/org.qpython.qpy3-20171101-073811.properties (100%) diff --git a/tb_hardlinks.py b/tb_hardlinks/__init__.py similarity index 100% rename from tb_hardlinks.py rename to tb_hardlinks/__init__.py diff --git a/backup_parser.py b/tb_hardlinks/backup_parser.py similarity index 100% rename from backup_parser.py rename to tb_hardlinks/backup_parser.py diff --git a/example-new.txt b/test_data/property_files/example-new.txt similarity index 100% rename from example-new.txt rename to test_data/property_files/example-new.txt diff --git a/org.qpython.qpy3-20171101-073811.properties b/test_data/property_files/org.qpython.qpy3-20171101-073811.properties similarity index 100% rename from org.qpython.qpy3-20171101-073811.properties rename to test_data/property_files/org.qpython.qpy3-20171101-073811.properties