Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 14 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

(In [7326]) Changed to . Thanks anonymous. Closes #6316.

comment:2 Changed 14 years ago by Ryan J Ollos

Log message should have been:

Changed `import datetime` to `import datetime from datetime`. Thanks
anonymous. Closes #6316.

comment:3 Changed 14 years ago by Ryan J Ollos

I assume that you mean this breaks the RecentChanges Macro. If not, please let me know exactly what you mean. Thanks.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Pedro Paixao.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.