From 9c3e0a79affbe1c0f11546a51247fad332d82a2c Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sat, 4 Oct 2008 19:45:34 -1000 Subject: [PATCH] Move code in to the src/ subdirectory. --- lorax => src/bin/lorax.py | 0 {pylorax => src/pylorax}/__init__.py | 0 {pylorax => src/pylorax}/discinfo.py | 0 {pylorax => src/pylorax}/instroot.py | 0 {pylorax => src/pylorax}/treeinfo.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename lorax => src/bin/lorax.py (100%) rename {pylorax => src/pylorax}/__init__.py (100%) rename {pylorax => src/pylorax}/discinfo.py (100%) rename {pylorax => src/pylorax}/instroot.py (100%) rename {pylorax => src/pylorax}/treeinfo.py (100%) diff --git a/lorax b/src/bin/lorax.py similarity index 100% rename from lorax rename to src/bin/lorax.py diff --git a/pylorax/__init__.py b/src/pylorax/__init__.py similarity index 100% rename from pylorax/__init__.py rename to src/pylorax/__init__.py diff --git a/pylorax/discinfo.py b/src/pylorax/discinfo.py similarity index 100% rename from pylorax/discinfo.py rename to src/pylorax/discinfo.py diff --git a/pylorax/instroot.py b/src/pylorax/instroot.py similarity index 100% rename from pylorax/instroot.py rename to src/pylorax/instroot.py diff --git a/pylorax/treeinfo.py b/src/pylorax/treeinfo.py similarity index 100% rename from pylorax/treeinfo.py rename to src/pylorax/treeinfo.py