Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Commit

Permalink
delete urllib module
Browse files Browse the repository at this point in the history
  • Loading branch information
yin8086 committed Nov 27, 2012
1 parent 98e9ff4 commit c32ecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple.py
Expand Up @@ -3,7 +3,7 @@
# python imports
import re
import datetime
import os,urllib
import os
from functools import wraps
from unicodedata import normalize

Expand Down

0 comments on commit c32ecff

Please sign in to comment.