Commit 02a8c13b authored by Senthil Kumaran's avatar Senthil Kumaran

Fix the merge conflict

parent fdaed40d
......@@ -361,14 +361,8 @@ def setcopyright():
Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information.""")
here = os.path.dirname(os.__file__)
<<<<<<< local
builtins.license = _sitebuiltins._Printer(
"license", "See http://www.python.org/%.3s/license.html" % sys.version,
=======
builtins.license = _Printer(
"license",
"See http://www.python.org/download/releases/%.5s/license/" % sys.version,
>>>>>>> other
["LICENSE.txt", "LICENSE"],
[os.path.join(here, os.pardir), here, os.curdir])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment