1 parent 16afe5e commit 59b21c8Copy full SHA for 59b21c8
2 files changed
tests/namesdemo.xls
22 KB
tests/test_open_workbook.py
@@ -14,7 +14,7 @@ class TestOpen(TestCase):
14
def test_names_demo(self):
15
# For now, we just check this doesn't raise an error.
16
open_workbook(
17
- from_this_dir(os.path.join('..','examples','namesdemo.xls')),
+ from_this_dir(from_this_dir('namesdemo.xls')),
18
)
19
20
def test_tilde_path_expansion(self):
0 commit comments