We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4445e0 commit ca109c0Copy full SHA for ca109c0
1 file changed
resources/lib/TheMovieDB.py
@@ -3,6 +3,9 @@
3
# Copyright (C) 2015 - Philipp Temminghoff <phil65@kodi.tv>
4
# This program is Free Software see LICENSE file for details
5
6
+from __future__ import unicode_literals
7
+from __future__ import absolute_import
8
+
9
import re
10
import urllib
11
0 commit comments