Skip to content

Commit

Permalink
pycomp: drop to_ord().
Browse files Browse the repository at this point in the history
Not used.
  • Loading branch information
Ales Kozumplik committed Aug 25, 2014
1 parent 34359b8 commit df1a291
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dnf/pycomp.py
Expand Up @@ -39,7 +39,6 @@
NullTranslations.ungettext = NullTranslations.ngettext
xrange = range
raw_input = input
to_ord = lambda i: i
base64_decodebytes = base64.decodebytes
urlparse = urllib.parse
urllib_quote = urlparse.quote
Expand All @@ -66,7 +65,6 @@ def write_to_file(f, content):
import urlparse

filterfalse = itertools.ifilterfalse
to_ord = lambda i: ord(i)
base64_decodebytes = base64.decodestring
urllib_quote = urllib.quote

Expand Down

0 comments on commit df1a291

Please sign in to comment.