futurize stage1 core
This commit is contained in:
+3
-2
@@ -17,15 +17,16 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with Thun. If not see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
from __future__ import print_function
|
||||
from .library import initialize
|
||||
from .joy import repl
|
||||
|
||||
print '''\
|
||||
print('''\
|
||||
Thun - Copyright © 2017 Simon Forman
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type "warranty".
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type "sharing" for details.
|
||||
Type "words" to see a list of all words, and "[<name>] help" to print the
|
||||
docs for a word.
|
||||
'''
|
||||
''')
|
||||
stack = repl(dictionary=initialize())
|
||||
|
||||
Reference in New Issue
Block a user