/[cvs]/nfo/projects/netfraggle/bin/fraggleCtlPreferences.py
ViewVC logotype

Annotation of /nfo/projects/netfraggle/bin/fraggleCtlPreferences.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (vendor branch)
Wed Aug 25 13:53:48 2004 UTC (19 years, 10 months ago) by xabbu
Branch: netfrag
CVS Tags: start
Changes since 1.1: +0 -0 lines
File MIME type: text/x-python
initial commit

1 xabbu 1.1 import fraggleParserXML
2    
3     class fraggleCtlPreferences:
4    
5     def __init_fraggle_xml__():
6     self.fraggleXML = fraggleParserXML.create()
7    
8    
9     def __init__(self,parent):
10     self.__init_fraggle_xml__()
11    
12    
13     #def savePrefs():
14    
15    
16     def setConfig(username,password,url,retrieval):
17     configList = [username,password,url,retrieval)
18    

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed