Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by tvon, Wed Oct 8 00:44:40 2003 UTC | revision 1.5 by tvon, Sun Oct 12 02:05:46 2003 UTC | |
|---|---|---|
| # | Line 8 from StringIO import StringIO | Line 8 from StringIO import StringIO |
| 8 | ||
| 9 | def install(self): | def install(self): |
| 10 | out = StringIO() | out = StringIO() |
| 11 | ||
| 12 | self.manage_addProduct['PACDefault'].manage_addTool('Public Action Center Tool', None) | |
| 13 | ||
| 14 | installTypes(self, out, | installTypes(self, out, |
| 15 | listTypes(PROJECTNAME), | listTypes(PROJECTNAME), |
| 16 | PROJECTNAME) | PROJECTNAME) |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |