Ignore:
Timestamp:
30 Sep 2012, 20:28:32 (12 years ago)
Author:
Henrik Bettermann
Message:

Archive also the owner of an accesscode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/browser.txt

    r8321 r9260  
    438438    ...                             sorted(os.listdir(ac_storage))[-2])
    439439    >>> print open(archive_file, 'rb').read()
    440     "prefix","serial","ac","state","history","cost"
     440    "prefix","serial","ac","state","history","cost","owner"
    441441    "BLA","19.12","1","3"
    442     "BLA","0","BLA-1-<10-DIGITS>","initialized","...","19.12"
    443     "BLA","1","BLA-1-<10-DIGITS>","initialized","...","19.12"
    444     "BLA","2","BLA-1-<10-DIGITS>","initialized","...","19.12"
     442    "BLA","0","BLA-1-<10-DIGITS>","initialized","...","19.12",""
     443    "BLA","1","BLA-1-<10-DIGITS>","initialized","...","19.12",""
     444    "BLA","2","BLA-1-<10-DIGITS>","initialized","...","19.12",""
    445445
    446446Clean up:
Note: See TracChangeset for help on using the changeset viewer.