Use AC_CONFIG_AUX_DIR to reduce topdir pollution
[reinteract/rox.git] / README
blob6c7f98d94cc40b67ba03275dc3a514af878435a8
1 Reinteract
2 ==========
3 Reinteract is a interactive shell for Python that allows changing history, not just 
4 repeating it. You can go back to early statements, edit them, and the changes flow
5 through the rest of the subsequent code. You might think of it as a Python 'worksheet'.
7 See:
9  http://fishsoup.net/software/reinteract/
11 For more information.
13 Reinteract is licensed under the terms of the GNU General Public License version 2 
14 or later and Copyright 2007, Owen Taylor and Red Hat, Inc.
16 You can get the latest sources using git:
18  git clone git://git.fishsoup.net/reinteract.git
20 Owen Taylor <otaylor@fishsoup.net>
21 11 November 2007