From 52266bf70ea123b4cae7c3174b930bce967e2a5d Mon Sep 17 00:00:00 2001 From: onpon4 Date: Thu, 26 Feb 2015 11:12:08 -0500 Subject: [PATCH] Removed pack and unpack Python utilities. They're basically obsolete, after all. --- pack.py | 36 ---------------------------- unpack.py | 70 ------------------------------------------------------- 2 files changed, 106 deletions(-) delete mode 100755 pack.py delete mode 100755 unpack.py diff --git a/pack.py b/pack.py deleted file mode 100755 index 53a891a..0000000 --- a/pack.py +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/env python -# pack.py - pack files into a Parallel Realities Starfighter .pak file -# Copyright (C) 2006 Josh Triplett