Mercurial > p > roundup > code
comparison scripts/dump_dbm_sessions_db.py @ 6577:61481d7bbb07
fix syntax error
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 29 Dec 2021 18:17:36 -0500 |
| parents | cd408eb748dd |
| children | 1188bb423f92 |
comparison
equal
deleted
inserted
replaced
| 6576:c55d56ab9ee9 | 6577:61481d7bbb07 |
|---|---|
| 9 key: <timestamp> data | 9 key: <timestamp> data |
| 10 | 10 |
| 11 where <timestamp> is the human readable __timestamp decoded from the | 11 where <timestamp> is the human readable __timestamp decoded from the |
| 12 data object. | 12 data object. |
| 13 | 13 |
| 14 """" | 14 """ |
| 15 | 15 |
| 16 import dbm, marshal, sys | 16 import dbm, marshal, sys |
| 17 from datetime import datetime | 17 from datetime import datetime |
| 18 | 18 |
| 19 try: | 19 try: |
