summaryrefslogtreecommitdiff
path: root/src/python/py_commodity.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/py_commodity.cc')
-rw-r--r--src/python/py_commodity.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/py_commodity.cc b/src/python/py_commodity.cc
index f857a448..0dab3cd3 100644
--- a/src/python/py_commodity.cc
+++ b/src/python/py_commodity.cc
@@ -51,7 +51,7 @@ void export_commodity()
scope().attr("COMMODITY_STYLE_BUILTIN") = COMMODITY_STYLE_BUILTIN;
class_< commodity_t, bases<>,
- commodity_t, boost::noncopyable > ("commodity", no_init)
+ commodity_t, boost::noncopyable > ("commodity", no_init)
.def(self == self)
.def("drop_flags", &commodity_t::drop_flags)