Skip to content

Commit c9f59c5

Browse files
committed
remove unused path_exists function in rc_traits example
1 parent 8d15d07 commit c9f59c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/misc/rc_traits.py

-3
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ def file_exists(ob, name, val):
102102
fh = file(val, 'r')
103103
return val
104104

105-
106-
def path_exists(ob, name, val):
107-
os.path.exists(val)
108105
linestyles = ('-', '--', '-.', ':', 'steps', 'None')
109106
TICKLEFT, TICKRIGHT, TICKUP, TICKDOWN = range(4)
110107
linemarkers = (None, '.', ',', 'o', '^', 'v', '<', '>', 's',

0 commit comments

Comments
 (0)