UI/Browser.py

branch
Py2 comp.
changeset 2791
a9577f248f04
parent 2525
8b507a9a2d40
parent 2763
e4794166ad70
child 3057
10516539f238
equal deleted inserted replaced
2790:6686a3326df8 2791:a9577f248f04
93 """<p>This allows you to easily navigate the hierachy of directories and""" 93 """<p>This allows you to easily navigate the hierachy of directories and"""
94 """ files on your system, identify the Python programs and open them up in""" 94 """ files on your system, identify the Python programs and open them up in"""
95 """ a Source Viewer window. The window displays several separate""" 95 """ a Source Viewer window. The window displays several separate"""
96 """ hierachies.</p>""" 96 """ hierachies.</p>"""
97 """<p>The first hierachy is only shown if you have opened a program for""" 97 """<p>The first hierachy is only shown if you have opened a program for"""
98 """ debugging and it's root is the directory containing that program.""" 98 """ debugging and its root is the directory containing that program."""
99 """ Usually all of the separate files that make up a Python application are""" 99 """ Usually all of the separate files that make up a Python application are"""
100 """ held in the same directory, so this hierachy gives you easy access to""" 100 """ held in the same directory, so this hierachy gives you easy access to"""
101 """ most of what you will need.</p>""" 101 """ most of what you will need.</p>"""
102 """<p>The next hierachy is used to easily navigate the directories that are""" 102 """<p>The next hierachy is used to easily navigate the directories that are"""
103 """ specified in the Python <tt>sys.path</tt> variable.</p>""" 103 """ specified in the Python <tt>sys.path</tt> variable.</p>"""

eric ide

mercurial