~osomon/phatch/extract-all-metadata

« back to all changes in this revision

Viewing changes to phatch/lib/desktop.py

  • Committer: Juho Vepsäläinen
  • Date: 2009-09-15 18:59:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1306.
  • Revision ID: bebraw@gmail.com-20090915185913-kgbf26gwrcn5ricb
Reverted earlier revert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""Cross platform library to locate the desktop folder."""
18
18
 
19
19
import os
20
 
import platform
21
20
import re
22
21
import sys
23
22