CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder

-add UTF-8 header everywhere...
This commit is contained in:
Martin Konecny 2012-05-14 16:09:49 -04:00
parent ea5c5c8586
commit 08c20cff10
13 changed files with 27 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import os
import sys
import time

View file

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
from threading import Thread
from Queue import Empty
from configobj import ConfigObj

View file

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import logging
import logging.config
import sys

View file

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
from datetime import datetime
from datetime import timedelta

View file

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import logging
import logging.config
import json