~bnrubin/+junk/lpteam

« back to all changes in this revision

Viewing changes to lpteam.py

  • Committer: Benjamin Rubin
  • Date: 2009-12-08 19:05:18 UTC
  • Revision ID: bnrubin@ubuntu.com-20091208190518-pi2pufja8nium0k6
- Remove user specific references

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
 
cachedir = '/home/bnrubin/.launchpadlib/cache/'
 
2
cachedir = '~/.launchpadlib/cache/'
3
3
import sys
4
4
from optparse import OptionParser
5
5