diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2017-07-20 06:07:25 +0300 |
---|---|---|
committer | Mykyta Holubakha <hilobakho@gmail.com> | 2017-07-20 06:07:25 +0300 |
commit | a2e9106e4d2dff9a7d1d2969ed9108acf1511f30 (patch) | |
tree | e515f5b8e0e740d65a9710270f7e23ddecdc67fd | |
parent | Added bugz package source module (diff) | |
download | pomu-a2e9106e4d2dff9a7d1d2969ed9108acf1511f30.tar.gz pomu-a2e9106e4d2dff9a7d1d2969ed9108acf1511f30.tar.bz2 pomu-a2e9106e4d2dff9a7d1d2969ed9108acf1511f30.zip |
newline hotfix
-rw-r--r-- | pomu/util/misc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pomu/util/misc.py b/pomu/util/misc.py index 7fa6fd1..09d4232 100644 --- a/pomu/util/misc.py +++ b/pomu/util/misc.py @@ -65,4 +65,3 @@ def parse_range(text, max_num=None): for x in range(l, r + 1): add(x) return Result.Ok(res) - |