Changeset - 0163ded85b5c
[Not reviewed]
0 1 0
David Ray - 10 years ago 2014-01-16 13:28:45
davidray@gmail.com
fix typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
...
 
@@ -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:
0 comments (0 inline, 0 general)