Additions to make code more compatible for py2 and py3
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
""" main controller for MusicDL"""
|
||||
from __future__ import unicode_literals # at top of module
|
||||
import webbrowser
|
||||
import wx
|
||||
import logging
|
||||
|
@@ -1,4 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals # at top of module
|
||||
import os
|
||||
import random
|
||||
import vlc
|
||||
|
Reference in New Issue
Block a user