From 0163ded85b5cb7a260f923a5e800cdb672450739 Mon Sep 17 00:00:00 2001 From: David Ray Date: Thu, 16 Jan 2014 08:28:45 -0500 Subject: [PATCH] fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2018f9a9..bdf75e6f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import symposion def read_file(filename): """Read a file into a string.""" path = os.path.abspath(os.path.dirname(__file__)) - filepath = os.path.ojoin(path, filename) + filepath = os.path.join(path, filename) try: return open(filepath).read() except IOError: