witten
/
luminotes
Archived
1
0
Fork 0

Added some missing members to make py2exe happy.

This commit is contained in:
Dan Helfman 2008-08-21 15:01:47 -07:00
parent fccd250ef9
commit ad62d6c87c
1 changed files with 3 additions and 0 deletions

View File

@ -17,9 +17,12 @@ def files( path ):
class Luminotes( Distribution ):
def __init__( self, attrs ):
self.ctypes_com_server = []
self.com_server = []
self.services = []
self.windows = []
self.service = []
self.isapi = []
self.console = [ "luminotes.py" ]
self.zipfile = "luminotes.zip"
Distribution.__init__( self, attrs )