Ignore:
Timestamp:
Jan 25, 2012, 4:36:04 PM (12 years ago)
Author:
Steven Allen <steven@…>
Branches:
no-cups
Parents:
ca1cfa9
git-author:
Steven Allen <steven@…> (01/25/12 16:36:04)
git-committer:
Steven Allen <steven@…> (01/25/12 16:36:04)
Message:

Convert a few tabs to spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/lib/gutenbach/server/errors.py

    r5e70cc2 r441604f  
    88class InvalidJobException(Exception):
    99    def __init__(self, jobid):
    10         self.jobid = jobid
     10        self.jobid = jobid
    1111    def __str__(self):
    12         return "Job does not exist: %d" % self.jobid
     12        return "Job does not exist: %d" % self.jobid
    1313
    1414class InvalidPrinterStateException(Exception):
Note: See TracChangeset for help on using the changeset viewer.