Changeset 4559
- Timestamp:
- 04/22/09 23:40:24 (4 years ago)
- Files:
-
- 1 modified
-
branch/UMPA/umpa/protocols/_fields.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branch/UMPA/umpa/protocols/_fields.py
r4558 r4559 70 70 self.auto = self.__class__.auto 71 71 72 if bits :72 if bits is not None: 73 73 self.bits = bits 74 74 self._value = value … … 831 831 else: 832 832 return 0 833
