Move common functionality into rsutil package
authorIra W. Snyder <devel@irasnyder.com>
Tue, 2 Jan 2007 00:40:43 +0000 (16:40 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Tue, 2 Jan 2007 00:40:43 +0000 (16:40 -0800)
commita41f0878f0745f3026f4f610eeb52cba42f03da1
tree6860b08377ac02409120ddd3c9f52186096414a4
parent807fadd16633dba83c40d863a3d38a43a00f1e61
Move common functionality into rsutil package

This patch moves all of the common functionality from the RarslaveCommon,
RarslaveConfig, and RarslaveGlobals classes into a new package, called
rsutil. It then converts everything over to the new package.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
16 files changed:
Makefile
PAR2Set/Base.py
PAR2Set/ExtractFirstBase.py
PAR2Set/ExtractFirstNewRAR.py
PAR2Set/ExtractFirstOldRAR.py
PAR2Set/Join.py
PAR2Set/NewRAR.py
PAR2Set/OldRAR.py
PAR2Set/ZIP.py
RarslaveDetector.py
rarslave.py
rsutil/__init__.py [new file with mode: 0644]
rsutil/common.py [moved from RarslaveCommon.py with 93% similarity]
rsutil/config.py [moved from RarslaveConfig.py with 99% similarity]
rsutil/globals.py [moved from RarslaveGlobals.py with 89% similarity]
rsutil/par2parser.py [moved from Par2Parser.py with 100% similarity]