From b205d8a02ede876f6494e5f0861e5b78348fafdb Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 23 Jan 2012 01:16:20 -0600 Subject: remove silly script hg-commit-id: 8738e623fe29 --- extras/print_pc_items.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 extras/print_pc_items.py (limited to 'extras/print_pc_items.py') diff --git a/extras/print_pc_items.py b/extras/print_pc_items.py deleted file mode 100644 index 7b9dc6c3..00000000 --- a/extras/print_pc_items.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/python -#author: Bryan Bishop -#date: 2012-01-19 -#spit out some constants - -for x in range(1, 51): - print "W_BOXITEM%.2d EQU $%s" % (x, ("%.2x" % (0xd539+(x*2))).upper()) - print "W_BOXITEM%.2dQTY EQU $%s" % (x, ("%.2x" % (0xd539+(x*2)+1)).upper()) - -- cgit v1.2.3