sapling/eden/scm/edenscm/hgext/traceprof.py
Mark Mendoza 246415f23b Manually upgrading eden, and fixing their config
Summary: I think that the broken config (wrong relative base for search_path), was what prevented the upgrade from going automatically.

Reviewed By: grievejia

Differential Revision: D22966243

fbshipit-source-id: 4ef42a8e2e6f2c79483301c6876509a3009a83d1
2020-08-06 12:37:04 -07:00

12 lines
371 B
Python

# Copyright (c) Facebook, Inc. and its affiliates.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.
# isort:skip_file
from edenscmnative.traceprof import * # noqa: F403, F401
# pyre-fixme[21]: Could not find module `edenscmnative.traceprof`.
from edenscmnative.traceprof import __doc__ # noqa: F401