Added GPL v3 license file

This commit is contained in:
Michael Hansen
2009-07-25 00:43:46 +00:00
parent 47b3a24c29
commit 3b389f4b00
4 changed files with 679 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ void output_object(PycRef<PycObject> obj, PycModule* mod, int indent)
{
switch (obj->type()) {
case PycObject::TYPE_CODE:
case PycObject::TYPE_CODE2:
{
PycRef<PycCode> codeObj = obj.cast<PycCode>();
iprintf(indent, "[Code]\n");