From ae3196539760a30282a1c81d12d8452edf292a36 Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Tue, 15 Nov 2005 02:48:07 +0000 Subject: Generate headers on split media methods --- installmethod.py | 1 + 1 file changed, 1 insertion(+) (limited to 'installmethod.py') diff --git a/installmethod.py b/installmethod.py index e8613e029..ca7489400 100644 --- a/installmethod.py +++ b/installmethod.py @@ -84,6 +84,7 @@ class InstallMethod: self.rootPath = rootpath self.intf = intf self.tree = None + self.splitmethod = False def getMethodUri(self): pass -- cgit