rust/hg-cpython/src/parsers.rs
changeset 43818 ce088b38f92b
parent 43208 1ca3823aeefd
child 43826 5ac243a92e37
equal deleted inserted replaced
43817:d9f85f61f0ed 43818:ce088b38f92b
     7 
     7 
     8 //! Bindings for the `hg::dirstate::parsers` module provided by the
     8 //! Bindings for the `hg::dirstate::parsers` module provided by the
     9 //! `hg-core` package.
     9 //! `hg-core` package.
    10 //!
    10 //!
    11 //! From Python, this will be seen as `mercurial.rustext.parsers`
    11 //! From Python, this will be seen as `mercurial.rustext.parsers`
    12 //!
       
    13 use cpython::{
    12 use cpython::{
    14     exc, PyBytes, PyDict, PyErr, PyInt, PyModule, PyResult, PyTuple, Python,
    13     exc, PyBytes, PyDict, PyErr, PyInt, PyModule, PyResult, PyTuple, Python,
    15     PythonObject, ToPyObject,
    14     PythonObject, ToPyObject,
    16 };
    15 };
    17 use hg::{
    16 use hg::{