Changeset bda8351
- Timestamp:
- Oct 28, 2009 6:16:22 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- 73ded03
- Parents:
- b12e315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/fedid.py
rb12e315 rbda8351 76 76 def get_hexstr(self): 77 77 """Return the hexstring representation of the fedid""" 78 return __str__(self)78 return self.__str__() 79 79 80 80 def set_bits(self, bits):
Note: See TracChangeset
for help on using the changeset viewer.