cc-4105: formatted comments
This commit is contained in:
parent
37d59154d0
commit
53e9b02b26
3 changed files with 37 additions and 9 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue