Remove unnecessary ObjectProtocol
import
This commit is contained in:
parent
0ba541e762
commit
a5e3429d60
|
@ -81,7 +81,7 @@
|
|||
//! #![feature(proc_macro, specialization)]
|
||||
//!
|
||||
//! extern crate pyo3;
|
||||
//! use pyo3::{py, Python, PyResult, PyModule, PyString, ObjectProtocol};
|
||||
//! use pyo3::{py, Python, PyResult, PyModule, PyString};
|
||||
//!
|
||||
//! // add bindings to the generated python module
|
||||
//! // N.B: names: "libhello" must be the name of the `.so` or `.pyd` file
|
||||
|
|
Loading…
Reference in a new issue