~jonobacon/ubuntu-accomplishments-system/trophyinfo

« back to all changes in this revision

Viewing changes to accomplishments/daemon/api.py

  • Committer: Jono Bacon
  • Date: 2012-04-08 22:04:00 UTC
  • Revision ID: jono@ubuntu.com-20120408220400-80nf3ud903q5erfa
Small typo fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
439
439
                         + os.path.split(p)[0])
440
440
            finalpaths = finalpaths + glob.glob(p)
441
441
 
442
 
        print "FOO"
443
442
        log.msg(setpaths)
444
443
        return finalpaths
445
444