Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 622

Show
Ignore:
Timestamp:
09/10/05 21:51:01
Author:
fumanchu
Message:

Removed unused LocalInt? class.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cpcgifs.py

    r616 r622  
    22import cherrypy 
    33 
    4 class LocalInt: 
    5     def __init__(self, value): 
    6         self.__local = local() 
    7         self.__local.value = value 
    8      
    9     def setValue(self, value): 
    10         self.__local.value = value 
    11  
    12     def __int__(self): 
    13         return self.__local.value 
    14  
    15     def __nonzero__(self): 
    16         return bool(self.__local.value) 
    17      
    18     def __str__(self): 
    19         return str(self.__local.value) 
    204 
    215class FieldStorage(cgi.FieldStorage): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets