Modify ↓
#6316 closed defect (fixed)
"import datetime" breaks RecentChanges
Reported by: | anonymous | Owned by: | Pedro Paixao |
---|---|---|---|
Priority: | normal | Component: | UserStatsMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I changed "import datetime" to "from datetime import datetime" and the "datetime.datetime."-s to "datetime."-s, and now it works
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Log message should have been:
Changed `import datetime` to `import datetime from datetime`. Thanks anonymous. Closes #6316.
comment:3 Changed 15 years ago by
I assume that you mean this breaks the RecentChanges
Macro. If not, please let me know exactly what you mean. Thanks.
Note: See
TracTickets for help on using
tickets.
(In [7326]) Changed to . Thanks anonymous. Closes #6316.