Commit graph

5 commits

Author SHA1 Message Date
David Pfahler
d87d0672a8
Split the header only if needed (#1060)
* Update split.py

* Update split.py

* Update split.py

* Update split.py
2021-09-28 18:11:50 -04:00
Joel Rosdahl
6f7075e3aa
Improve split script (#1011)
- Added shebang and made the script executable.
- Added help text.
- Added -o/--out argument for specifying output directory.
- Added -e/--extension argument for specifying file extension of the
  implementation file.
- Made the script find httplib.h next to split.py instead of the current
  working directory. This makes it possible to call the script from
  another directory.
- Simplified code structure slightly.
- Improved variable naming to follow Python conventions.
2021-07-30 10:03:05 -04:00
TheMaverickProgrammer
a7a6df49a4
Update split.py 2020-01-25 17:19:15 -06:00
TheMaverickProgrammer
e932c7e1ec
Update split.py
now works with legacy Python ( < 3.0)
2020-01-25 17:17:34 -06:00
yhirose
69a28d50f6 Fix #287 2019-12-12 12:50:45 -05:00