diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-11 18:59:31 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-01-11 18:59:31 -0500 |
commit | 6003883979433fd0b68fd4c9d125fbc7974008ce (patch) | |
tree | 2e46a1d23c9cb2f048cd162ee49422f00c3eb288 /ChangeLog | |
parent | 84a74768c00ade0c7ca44cb72b9b32f103653333 (diff) |
[bug fix] setup.py
Function for reading a file is defined in setup.py itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ creation is now done after reading all the configuration values; the function also creates the combox directory if it does not already exist. + * setup.py: added function for reading a file; we don't use the + read_file function from combox.file module anymore. 2016-01-10 Siddharth Ravikumar <sravik@bgsu.edu> |