D6415: rust-python3: useless python2 specific import

gracinet (Georges Racinet) phabricator at mercurial-scm.org
Tue May 21 19:32:09 EDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG5b795108dd17: rust-python3: useless python2 specific import (authored by gracinet, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6415?vs=15209&id=15213

REVISION DETAIL
  https://phab.mercurial-scm.org/D6415

AFFECTED FILES
  rust/hg-cpython/src/lib.rs

CHANGE DETAILS

diff --git a/rust/hg-cpython/src/lib.rs b/rust/hg-cpython/src/lib.rs
--- a/rust/hg-cpython/src/lib.rs
+++ b/rust/hg-cpython/src/lib.rs
@@ -23,7 +23,6 @@
 extern crate cpython;
 extern crate hg;
 extern crate libc;
-extern crate python27_sys;
 
 pub mod ancestors;
 mod cindex;



To: gracinet, #hg-reviewers
Cc: durin42, kevincox, mercurial-devel


More information about the Mercurial-devel mailing list