Skip to content

Commit 3b92412

Browse files
author
Oliver Smith
committed
Fixed cython compile errors
1 parent 5d1df63 commit 3b92412

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

transfers.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
from __future__ import absolute_import, with_statement, print_function, division, unicode_literals
2+
3+
from tradeexcept import TradeException
14
from urllib.parse import urlencode
25
from urllib.request import Request, urlopen
3-
import urllib.error
6+
47
import time
8+
import urllib.error
59

610

711
######################################################################

0 commit comments

Comments
 (0)