freemyipod r507 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r506‎ | r507 | r508 >
Date:00:54, 2 February 2011
Author:farthen
Status:new
Tags:
Comment:
libemcoredata.py: add module docstring
Modified paths:
  • /emcore/trunk/tools/libemcoredata.py (modified) (history)

Diff [purge]

Index: emcore/trunk/tools/libemcoredata.py
@@ -21,6 +21,10 @@
2222 #
2323 #
2424
 25+"""
 26+ Contains emCORE data structures, enums and dicts
 27+"""
 28+
2529 from ctypes import *
2630 from misc import ExtendedCStruct, c_enum
2731