~ubuntu-branches/debian/jessie/phatch/jessie

« back to all changes in this revision

Viewing changes to phatch/lib/thumbnail.py

  • Committer: Bazaar Package Importer
  • Author(s): Stani M
  • Date: 2009-10-11 19:07:45 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20091011190745-jofr6ykc17mentlf
Tags: 0.2.3-1
Upstream bugfix release (Closes LP: #448845, #446725, #445943)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    path = os.path.join(*paths)
40
40
    if not os.path.exists(path):
41
41
        os.mkdir(path)
 
42
    return path
42
43
 
43
44
CHECKBOARD = {}
44
45
FREEDESKTOP = True #os.path.exists(FREEDESKTOP_PATH)