Browse Source

Fix UnicodeEncodeErrors

pull/10/head
Kunal Mehta 11 years ago
parent
commit
9051ec30d1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      commands/urbandictionary.py

+ 1
- 0
commands/urbandictionary.py View File

@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
#
# Public domain, 2013 Legoktm
#


Loading…
Cancel
Save