forked from alanjds/grumpy
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
importedImported from google/grumpyImported from google/grumpypy3kRelated with Python 3 supportRelated with Python 3 support
Description
google#341 opened by @m4ns0ur on Jul 1, 2017
any transcompiled simple (empty) python class, raising same error:
TypeError: class must have base classes
to reproduce the issue, create a python file with below code, then transcompile, and run:
class c:
pass
it is happening because of a sanity check here, anyway it needs more investigation to see why base class is empty there.
Metadata
Metadata
Assignees
Labels
importedImported from google/grumpyImported from google/grumpypy3kRelated with Python 3 supportRelated with Python 3 support