Skip to content

Commit

Permalink
Merge pull request #11 from lsst/tickets/DM-9671
Browse files Browse the repository at this point in the history
DM-9671: Rename custom pybind11 namespace to python
  • Loading branch information
Pim Schellart committed Mar 2, 2017
2 parents 9163e63 + 18d08b5 commit 7b38c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lsst/meas/extensions/shapeHSM/hsmMomentsControl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//#include <pybind11/stl.h>

#include "lsst/meas/extensions/shapeHSM/HsmMomentsControl.h"
#include "lsst/pex/config/pybind11.h"
#include "lsst/pex/config/python.h"

namespace py = pybind11;
using namespace pybind11::literals;
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/meas/extensions/shapeHSM/hsmShapeControl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//#include <pybind11/stl.h>

#include "lsst/meas/extensions/shapeHSM/HsmShapeControl.h"
#include "lsst/pex/config/pybind11.h"
#include "lsst/pex/config/python.h"

namespace py = pybind11;
using namespace pybind11::literals;
Expand Down

0 comments on commit 7b38c22

Please sign in to comment.