Add querying unnamed enums to structs

This commit is contained in:
Jason Paryani
2013-08-15 15:44:54 -07:00
parent cec42dd2b8
commit b4c6ec9fe6
3 changed files with 30 additions and 3 deletions

View File

@@ -70,6 +70,6 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: Implementation :: PyPy'
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Communications'],
)