Changeset 12098 for main/waeup.ikoba/trunk/src/waeup/ikoba/app.py
- Timestamp:
- 30 Nov 2014, 21:00:30 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/app.py
r12097 r12098 43 43 _curr_doc_id = 101 44 44 45 _curr_ app_id = 10145 _curr_con_id = 101 46 46 47 47 # Setup authentication for this app. Note: this is only … … 87 87 """ 88 88 # lock.acquire() # lock data 89 new_id = u' a%s' % (self._curr_app_id)90 self._curr_ app_id += 189 new_id = u'c%s' % (self._curr_con_id) 90 self._curr_con_id += 1 91 91 # self._p_changed = True 92 92 # commit()
Note: See TracChangeset for help on using the changeset viewer.