[stem/master] Making stem.util.term public

commit 99dbc604fb6781163d2cdf5262b759cbdc62c71a Author: Damian Johnson <atagar@torproject.org> Date: Sun Mar 10 17:41:58 2013 -0700 Making stem.util.term public Now that we're using it for a tutorial we should vend this module. I'm a little unsure about the name of the format() function since there's a builtin by that name, but I'm having a hard time thinking of something better. --- docs/api.rst | 1 + stem/util/term.py | 3 --- 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 82dba0c..92eb200 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -44,4 +44,5 @@ Utilities * `stem.util.enum <api/util/enum.html>`_ - Enumeration class. * `stem.util.str_tools <api/util/str_tools.html>`_ - String utilities. * `stem.util.system <api/util/system.html>`_ - Tools related to the local system. +* `stem.util.term <api/util/term.html>`_ - Tools for interacting with the terminal. diff --git a/stem/util/term.py b/stem/util/term.py index 05efcfe..61ba15e 100644 --- a/stem/util/term.py +++ b/stem/util/term.py @@ -4,9 +4,6 @@ """ Utilities for working with the terminal. -**These functions are not being vended to stem users. They may change in the -future, use them at your own risk.** - **Module Overview:** ::
participants (1)
-
atagar@torproject.org