From eb0aae28a1d96e509b72ff3e3e64239a928447d7 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 17 Apr 2013 18:55:40 +1000 Subject: Random white space clean ups. In Python! Yes, be scared. B-) --- linden/indra/newview/viewer_manifest.py | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'linden/indra/newview/viewer_manifest.py') diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index c13cf1a..fd5af9d 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py @@ -260,21 +260,17 @@ class WindowsManifest(ViewerManifest): except: print "Can't save symbol file %s, skipping" % (symbol_path) pass - + self.gather_documents() if self.prefix("../..", dst="doc"): self.path("LICENSE-libraries.txt") self.end_prefix("../..") - self.path("imprudence.url") # Plugin host application - self.path(os.path.join(os.pardir, - 'llplugin', 'slplugin', self.args['configuration'], "SLPlugin.exe"), - "SLPlugin.exe") - + self.path(os.path.join(os.pardir, 'llplugin', 'slplugin', self.args['configuration'], "SLPlugin.exe"), "SLPlugin.exe") self.path("featuretable.txt") @@ -283,13 +279,13 @@ class WindowsManifest(ViewerManifest): # For using FMOD for sound... DJS #self.path("fmod.dll") - + # For spellchecking if self.prefix(src=self.args['configuration'], dst=""): self.path("libhunspell.dll") self.end_prefix() - # Copy the llkdu DSO .config + # Copy the llkdu DSO .config self.path("llkdu.dll.2.config") # Get llcommon and deps. @@ -309,7 +305,7 @@ class WindowsManifest(ViewerManifest): if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""): self.path("openal32.dll") self.path("alut.dll") - self.end_prefix() + self.end_prefix() # Media plugins - QuickTime if self.prefix(src='../media_plugins/quicktime/%s' % self.args['configuration'], dst="llplugin"): -- cgit v1.1