From 71c5181a8dfa69ba9f5ca322a3aba0660be2e166 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 4 Jan 2014 20:21:15 +0000 Subject: Convert Python types to proper Python type hierarchy. Now much more inline with how CPython does types. --- unix-cpy/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'unix-cpy') diff --git a/unix-cpy/Makefile b/unix-cpy/Makefile index 7fee3438f..a1eb9b77e 100644 --- a/unix-cpy/Makefile +++ b/unix-cpy/Makefile @@ -38,6 +38,7 @@ PY_O = \ objfun.o \ objgenerator.o \ objinstance.o \ + objint.o \ objlist.o \ objmodule.o \ objnone.o \ -- cgit v1.2.3