summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2004-02-13 12:27:36 +0000
committercvs2git <cvs2git>2004-02-13 12:27:36 +0000
commitdec1dcbc073ef89826c33470a021be6576a0d166 (patch)
tree4f6c1e55883d50b3a5226d268f2fdb2c2bed2eb6
parent88de37daf0c35df91ce8b135a28da77c7a65db44 (diff)
parentab9f512842cf99736a92d8f3c1031e45bacc26fb (diff)
This commit was manufactured by cvs2svn to create branch
'FREESIDE_1_4_BRANCH'.
-rw-r--r--FS/FS/part_export/postfix.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/part_export/postfix.pm b/FS/FS/part_export/postfix.pm
new file mode 100644
index 000000000..6d5e449ca
--- /dev/null
+++ b/FS/FS/part_export/postfix.pm
@@ -0,0 +1,7 @@
+package FS::part_export::postfix;
+
+use vars qw(@ISA);
+use FS::part_export::null;
+
+@ISA = qw(FS::part_export::null);
+