cc-4105: formatted comments

This commit is contained in:
Rudi Grinberg 2012-07-24 10:36:33 -04:00
parent 37d59154d0
commit 53e9b02b26
3 changed files with 37 additions and 9 deletions

View file

@ -91,6 +91,9 @@ def truncate_to_length(item, length):
else: return item
class Metadata(Loggable):
@staticmethod
def write_unsafe(path,md):
pass
def __init__(self, fpath):
# Forcing the unicode through
try: fpath = fpath.decode("utf-8")