public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/xia2/files: 0.3.3.3-fix-syntax.patch
@ 2011-10-04 15:09 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-10-04 15:09 UTC (permalink / raw
  To: gentoo-commits

jlec        11/10/04 15:09:07

  Added:                0.3.3.3-fix-syntax.patch
  Log:
  Version Bump
  
  (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-chemistry/xia2/files/0.3.3.3-fix-syntax.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xia2/files/0.3.3.3-fix-syntax.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xia2/files/0.3.3.3-fix-syntax.patch?rev=1.1&content-type=text/plain

Index: 0.3.3.3-fix-syntax.patch
===================================================================
diff --git a/xia2-0.3.3.0/Applications/xia2find.py b/xia2-0.3.3.0/Applications/xia2find.py
index 1a3b0e2..e0b8a1e 100755
--- a/xia2-0.3.3.3/Applications/xia2find.py
+++ b/xia2-0.3.3.3/Applications/xia2find.py
@@ -38,7 +38,7 @@ from Schema.Sweep import SweepFactory
 from Experts.FindImages import image2template_directory
 
 known_image_extensions = ['img', 'mccd', 'mar2300', 'mar1200', 'mar3450',
-                          'osc', 'cbf', 'mar2000']]
+                          'osc', 'cbf', 'mar2000']
 known_sweeps = { }
 
 def is_image_name(file):
diff --git a/xia2core-0.3.3.0/Python/Examples/CCP4/Cad.py b/xia2core-0.3.3.0/Python/Examples/CCP4/Cad.py
index 88f9218..5fb6f2a 100644
--- a/xia2core-0.3.3.3/Python/Examples/CCP4/Cad.py
+++ b/xia2core-0.3.3.3/Python/Examples/CCP4/Cad.py
@@ -49,8 +49,8 @@ def Cad(DriverType = None):
             self.add_command_line(hklin)
 
             self.set_task('Rewriting reflections %s => %s' % 
-                      `   (os.path.split(hklin)[-1],
-                       `   os.path.split(self.getHklout())[-1]))
+                         (os.path.split(hklin)[-1],
+                          os.path.split(self.getHklout())[-1]))
 
             self.start()
 






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-04 15:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-04 15:09 [gentoo-commits] gentoo-x86 commit in sci-chemistry/xia2/files: 0.3.3.3-fix-syntax.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox