summaryrefslogtreecommitdiffstats
path: root/makePackage
diff options
context:
space:
mode:
Diffstat (limited to 'makePackage')
-rwxr-xr-xmakePackage2
1 files changed, 2 insertions, 0 deletions
diff --git a/makePackage b/makePackage
index ec76338..4bdfc56 100755
--- a/makePackage
+++ b/makePackage
@@ -5,6 +5,8 @@
# Insert the filename, size, and md5 lines before the description.
# Call it like this:
# find . -name \*.opk | xargs -n 1 makePackage > Packages
+from __future__ import absolute_import
+from __future__ import print_function
import sys
import opkg