Use __future__ for contextmenu.py
This commit is contained in:
parent
50b457cb15
commit
f169e3da42
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
from __future__ import absolute_import, division, unicode_literals
|
||||||
from sys import listitem
|
from sys import listitem
|
||||||
from urllib import urlencode
|
from urllib import urlencode
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue