Changeset 3489 for pykota/trunk
- Timestamp:
- 01/24/09 22:53:55 (16 years ago)
- Location:
- pykota/trunk
- Files:
-
- 56 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/autopykota
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/cupspykota
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/dumpykota
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/edpykota
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/pkbanner
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/pkbcodes
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/pkinvoice
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/pknotify
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/pkprinters
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/pkrefund
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/pksetup
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/pkturnkey
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/pkusers
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/pykosd
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/pykotme
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/repykota
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/bin/warnpykota
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS -
pykota/trunk/cgi-bin/dumpykota.cgi
r3481 r3489 1 1 #! /usr/bin/python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 4 4 # PyKota Print Quota Reports generator -
pykota/trunk/cgi-bin/printquota.cgi
r3481 r3489 1 1 #! /usr/bin/python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 4 4 # PyKota Print Quota Reports generator -
pykota/trunk/cgi-bin/pykotme.cgi
r3481 r3489 1 1 #! /usr/bin/python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 4 4 # PyKota Print Quotes generator -
pykota/trunk/pykota/accounter.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/accounters/hardware.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/accounters/__init__.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/accounters/ink.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/accounters/pjl.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/accounters/snmp.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/accounters/software.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/appinit.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/commandline.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/config.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/constants.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/cups.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/dumper.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/errors.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/__init__.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/logger.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/loggers/__init__.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/loggers/stderr.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/loggers/system.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/pdfutils.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/progressbar.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/reporter.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/reporters/html.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/reporters/__init__.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/reporters/text.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/storage.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/storages/__init__.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/storages/ldapstorage.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/storages/mysqlstorage.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/storages/pgstorage.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/storages/sqlitestorage.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/storages/sql.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/tool.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/utils.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/pykota/version.py
r3481 r3489 1 # -*- coding: utf-8 -*- *-1 # -*- coding: utf-8 -*- 2 2 # 3 3 # PyKota : Print Quotas for CUPS -
pykota/trunk/tests/filldb.py
r3481 r3489 1 1 #! /usr/bin/env python 2 # -*- coding: utf-8 -*- *-2 # -*- coding: utf-8 -*- 3 3 # 4 4 # PyKota : Print Quotas for CUPS