Changeset 2240 for pykota/tags/1.22/bin
- Timestamp:
- 05/09/05 09:18:29 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/tags/1.22/bin/cupspykota
r2217 r2240 221 221 self.logdebug("Client Hostname : %s" % (clienthost or "Unknown")) 222 222 self.logdebug("Billing Code : %s" % (billingcode or "None")) 223 os.environ["PYKOTAJOBORIGINATINGHOSTNAME"] = clienthost or ""224 os.environ["PYKOTAJOBBILLING"] = billingcode or ""223 os.environ["PYKOTAJOBORIGINATINGHOSTNAME"] = str(clienthost or "") 224 os.environ["PYKOTAJOBBILLING"] = str(billingcode or "") 225 225 226 226 # enters first phase