Update of /cvsroot/boost/boost/libs/python/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25047

Modified Files:
      Tag: RC_1_34_0
        exec.cpp 
Log Message:
(merge from head)
removed tabs (inspect tool)

Index: exec.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/src/exec.cpp,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- exec.cpp    17 Aug 2005 13:04:42 -0000      1.1
+++ exec.cpp    24 Jul 2006 22:21:39 -0000      1.1.4.1
@@ -34,9 +34,9 @@
   if (!pyfile) throw std::invalid_argument(std::string(f) + " : no such file");
   python::handle<> file(pyfile);
   PyObject* result = PyRun_File(PyFile_AsFile(file.get()),
-                               f,
-                               Py_file_input,
-                               global.ptr(), local.ptr());
+                f,
+                Py_file_input,
+                global.ptr(), local.ptr());
   if (!result) throw_error_already_set();
   return object(detail::new_reference(result));
 }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to