forked from Github/guess-filename.py
moved important constants back from config to code
This commit is contained in:
parent
184f397df1
commit
392acb5c0a
1 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Time-stamp: <2016-03-06 18:57:59 vk>
|
||||
# Time-stamp: <2016-03-06 19:00:59 vk>
|
||||
|
||||
# TODO:
|
||||
# * fix parts marked with «FIXXME»
|
||||
|
|
@ -118,8 +118,6 @@ class GuessFilename(object):
|
|||
config = None
|
||||
|
||||
def __init__(self, config, logger):
|
||||
self.FILENAME_TAG_SEPARATOR = config.FILENAME_TAG_SEPARATOR
|
||||
self.BETWEEN_TAG_SEPARATOR = config.BETWEEN_TAG_SEPARATOR
|
||||
self.logger = logger
|
||||
|
||||
def adding_tags(self, tagarray, newtags):
|
||||
|
|
|
|||
Loading…
Reference in a new issue