From 6e997ca1df2a43afda73f0d1610882cfb1e7a1b6 Mon Sep 17 00:00:00 2001 From: axe97 Date: Mon, 22 Jun 2009 21:12:53 -0700 Subject: [PATCH] small tpl type fix --- TPL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TPL.py b/TPL.py index 69f77e9..a899543 100644 --- a/TPL.py +++ b/TPL.py @@ -129,7 +129,7 @@ class TPL(): raise Exception("toCI4 not done") #tpldata = self.toCI4((w, h), img) elif format == "CI8": - texhead.format = 8 + texhead.format = 9 ''' ADD toCI8 ''' raise Exception("toCI8 not done") #tpldata = self.toCI8((w, h), img)