UI/Browser.py

branch
5_3_x
changeset 2764
1d85539ac41a
parent 2333
704cba4b4681
child 2791
a9577f248f04
child 2965
d133c7edd88a
child 3163
9f50365a0870
equal deleted inserted replaced
2762:423835fb1204 2764:1d85539ac41a
91 """<p>This allows you to easily navigate the hierachy of directories and""" 91 """<p>This allows you to easily navigate the hierachy of directories and"""
92 """ files on your system, identify the Python programs and open them up in""" 92 """ files on your system, identify the Python programs and open them up in"""
93 """ a Source Viewer window. The window displays several separate""" 93 """ a Source Viewer window. The window displays several separate"""
94 """ hierachies.</p>""" 94 """ hierachies.</p>"""
95 """<p>The first hierachy is only shown if you have opened a program for""" 95 """<p>The first hierachy is only shown if you have opened a program for"""
96 """ debugging and it's root is the directory containing that program.""" 96 """ debugging and its root is the directory containing that program."""
97 """ Usually all of the separate files that make up a Python application are""" 97 """ Usually all of the separate files that make up a Python application are"""
98 """ held in the same directory, so this hierachy gives you easy access to""" 98 """ held in the same directory, so this hierachy gives you easy access to"""
99 """ most of what you will need.</p>""" 99 """ most of what you will need.</p>"""
100 """<p>The next hierachy is used to easily navigate the directories that are""" 100 """<p>The next hierachy is used to easily navigate the directories that are"""
101 """ specified in the Python <tt>sys.path</tt> variable.</p>""" 101 """ specified in the Python <tt>sys.path</tt> variable.</p>"""

eric ide

mercurial