Changeset f45921 in indico
- Timestamp:
- 04/28/11 15:36:43 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 67b77b
- Parents:
- b63fac
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (04/28/11 15:34:48)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (04/28/11 15:36:43)
- File:
-
- 1 edited
-
indico/MaKaC/user.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/user.py
r9484ea5 rf45921 53 53 import base64 54 54 from xml.dom.minidom import parseString 55 from copy import copy55 from copy import deepcopy 56 56 57 57 """Contains the classes that implement the user management subsystem … … 693 693 694 694 def resetLinkedTo(self): 695 self.linkedTo = copy(self.linkedToBase)695 self.linkedTo = deepcopy(self.linkedToBase) 696 696 self._p_changed = 1 697 697
Note: See TracChangeset
for help on using the changeset viewer.
