~osomon/phatch/extract-all-metadata

« back to all changes in this revision

Viewing changes to phatch/lib/metadata.py

  • Committer: spe.stani.be at gmail
  • Date: 2010-03-11 16:02:11 UTC
  • mto: This revision was merged to the branch mainline in revision 1795.
  • Revision ID: spe.stani.be@gmail.com-20100311160211-4i54s0voyymzoi4s
implementing the context modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
import imtools
43
43
import odict
44
44
import unicoding
45
 
from desktop import DESKTOP_FOLDER
 
45
from desktop import DESKTOP_PATH
46
46
from metadataTest import DateTime, INFO_TEST, is_string, MONTHS, now, WEEKDAYS
47
47
from reverse_translation import _t
48
48
 
430
430
            os.path.dirname(self._source_path)[len(self._source_parent) + 1:]
431
431
 
432
432
    def _extract_desktop(self):
433
 
        self.dict['desktop'] = DESKTOP_FOLDER
 
433
        self.dict['desktop'] = DESKTOP_PATH
434
434
 
435
435
    @classmethod
436
436
    def split_vars(cls, vars):