Skip to content

Commit

Permalink
More import error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
durden committed Apr 14, 2011
1 parent e8c8bed commit 91ecdb3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions delicious_import.py
Expand Up @@ -8,13 +8,11 @@
"""

import sys
import os
import urllib2
import urllib
from xml.dom import minidom
from xml.parsers import expat
from optparse import OptionParser

from gitmark import *
from gitmark import gitmark
from gitmark_add import addToRepo, addToPublicRepo


Expand Down

0 comments on commit 91ecdb3

Please sign in to comment.