diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/py_commodity.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/py_commodity.cc b/python/py_commodity.cc index 8998b32a..6611a900 100644 --- a/python/py_commodity.cc +++ b/python/py_commodity.cc @@ -52,7 +52,7 @@ void export_commodity() scope().attr("COMMODITY_WALKED") = COMMODITY_WALKED; 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) |