~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to stop-loggerhead

  • Committer: Martin Albisetti
  • Date: 2008-08-06 19:27:02 UTC
  • Revision ID: argentina@gmail.com-20080806192702-k5wjw7q3b655ch2n
Clean up unused/inexistant import

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import sys
20
20
from optparse import OptionParser
21
21
 
22
 
from loggerhead import release
23
 
 
24
22
home = os.path.realpath(os.path.dirname(__file__))
25
23
default_pidfile = os.path.join(home, 'loggerhead.pid')
26
24
parser = OptionParser(usage='usage: %prog [options]', version='%prog ' + release.version)