libjam 0.0.14__py3-none-any.whl → 0.0.15__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
libjam/notebook.py CHANGED
@@ -47,12 +47,9 @@ class Notebook:
47
47
  if drawer.is_file(ini_file) is False:
48
48
  return None
49
49
  ini_file = drawer.absolute_path(ini_file)
50
- parser = configparser.ConfigParser()
50
+ parser = configparser.ConfigParser(inline_comment_prefixes=('#', ';'))
51
51
  try:
52
52
  parser.read(ini_file)
53
- except configparser.InterpolationSyntaxError:
54
- parser = configparser.ConfigParser(inline_comment_prefixes=('#', ';'))
55
- parser.read(ini_file)
56
53
  except configparser.DuplicateSectionError:
57
54
  if allow_duplicates is True:
58
55
  ini_string = open(ini_file, 'r').read()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libjam
3
- Version: 0.0.14
3
+ Version: 0.0.15
4
4
  Summary: A library jam for Python.
5
5
  Project-URL: Homepage, https://github.com/philippkosarev/libjam
6
6
  Project-URL: Issues, https://github.com/philippkosarev/libjam/issues
@@ -3,9 +3,9 @@ libjam/captain.py,sha256=igx-ecKJBI_vBN-pW7KmSEnmYMIHQEb9tFzpy5qHmI8,5636
3
3
  libjam/clipboard.py,sha256=5HxlO8ztLJPlnSCq4PncGvY4JGc9C4J2uHcepjC6zmg,3496
4
4
  libjam/drawer.py,sha256=vKL1iN8chHjXZRsTdmhE8qpDaZAgh7Orx5KtrvgplcE,12100
5
5
  libjam/flashcard.py,sha256=ulV4KPC3BRWLxwkQ87vsY0aM38nYpzOjUOISxTIRVDg,437
6
- libjam/notebook.py,sha256=3Loo76CGAWK5LmyBKB8UwZhs_STH-U93aqqSav93oJI,4545
6
+ libjam/notebook.py,sha256=K01y0PgfnsJ6sE9TiLQGmor_v5poeNIJGCiFk7SCOb8,4424
7
7
  libjam/typewriter.py,sha256=_fdXGGn2fpSwfco0bwR8LPm-DVRJgvwiX7n4HllUHuY,3902
8
- libjam-0.0.14.dist-info/METADATA,sha256=8aPT0aG-SPlPtGZgabG6kpU5ijEhX8DwikBVR11yq8o,2141
9
- libjam-0.0.14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- libjam-0.0.14.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
11
- libjam-0.0.14.dist-info/RECORD,,
8
+ libjam-0.0.15.dist-info/METADATA,sha256=Ofi7D5vk4-pT44GYcvS7iwMQvoysRkbFaQpgoZtTSj0,2141
9
+ libjam-0.0.15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ libjam-0.0.15.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
11
+ libjam-0.0.15.dist-info/RECORD,,