fix deprecated import (#254)
This commit is contained in:
parent
14786d3d49
commit
16c9daea52
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import asyncdispatch, smtp, strutils, json, os, rst, rstgen, xmltree, strtabs,
|
||||
htmlparser, streams, parseutils, options, logging
|
||||
from times import getTime, getGMTime, format
|
||||
from times import getTime, utc, format
|
||||
|
||||
# Used to be:
|
||||
# {'A'..'Z', 'a'..'z', '0'..'9', '_', '\128'..'\255'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue