X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=scripts%2Frefresh_db;h=b7b04121a3d1b77bc207cd4698c78e34ad56cb21;hp=e8d84b837b4846310778c57d32f20f25eec9c388;hb=084629aec1a02dcc4f639b7c97ae63a2a229f8b5;hpb=91f0f639cd4244e40171959a16112026a8c9db87 diff --git a/scripts/refresh_db b/scripts/refresh_db index e8d84b8..b7b0412 100755 --- a/scripts/refresh_db +++ b/scripts/refresh_db @@ -1,9 +1,6 @@ #!/usr/bin/env python from jamaendo.api import refresh_dump -import locale, time - -locale.setlocale(locale.LC_ALL, '') -code = locale.getpreferredencoding() +import time class Monitor(object): def __init__(self):