psiutils 0.1.70__py3-none-any.whl → 0.1.71__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.
psiutils/_about_frame.py CHANGED
@@ -8,7 +8,7 @@ import markdown
8
8
  from psiutils.constants import PAD, Pad
9
9
  from psiutils.utilities import window_resize
10
10
 
11
- import psiutils.text
11
+ from psiutils import text as txt
12
12
 
13
13
  DEFAULT_GEOMETRY = '400x200'
14
14
  HISTORY_GEOMETRY = '800x750'
@@ -116,7 +116,7 @@ class AboutFrame():
116
116
  button.grid(row=0, column=0, padx=Pad.W, sticky=tk.E)
117
117
 
118
118
  button = ttk.Button(
119
- frame, text=text.EXIT, command=self.dismiss, underline=1)
119
+ frame, text=txt.EXIT, command=self.dismiss, underline=1)
120
120
  button.grid(row=0, column=1, padx=Pad.W, sticky=tk.E)
121
121
 
122
122
  return frame
@@ -205,7 +205,7 @@ class HistoryFrame():
205
205
  frame.columnconfigure(0, weight=1)
206
206
 
207
207
  button = ttk.Button(
208
- frame, text=text.EXIT, command=self.dismiss, underline=1)
208
+ frame, text=txt.EXIT, command=self.dismiss, underline=1)
209
209
  button.grid(row=0, column=0, padx=Pad.W, sticky=tk.E)
210
210
  return frame
211
211
 
psiutils/_version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '0.1.70'
1
+ __version__ = '0.1.71'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: psiutils
3
- Version: 0.1.70
3
+ Version: 0.1.71
4
4
  Summary: Various TKinter utilities.
5
5
  Author: Jeff
6
6
  Author-email: Jeff <<jeffwatkins2000@gmail.com>>
@@ -1,7 +1,7 @@
1
1
  psiutils/__init__.py,sha256=07c98b1c26029c3d0b730b0602d4b71ccf6461dc159e17fa74d5cbea2d47e246,145
2
- psiutils/_about_frame.py,sha256=bf6b1b848b2fc1c890addf57fb738e8891b09873f3ebdcc772a975cca7fbfbb8,7634
2
+ psiutils/_about_frame.py,sha256=c59422bf0bd973e93c0be4a4c109def9d06be206af0c02ffdf67eff04fbb5add,7644
3
3
  psiutils/_logger.py,sha256=e76067d9d01c0e6e781bb56c1f88c321944cd603171ee99508f7d5cce4bed57e,1725
4
- psiutils/_version.py,sha256=c5e1ec534b61f398ecb8e9af137f0d3f5ec4bfff69d6c2196ea2ec8df37ae2c9,22
4
+ psiutils/_version.py,sha256=fe37c8ddf31d3ff45b75a483f6c1864757a84c89fdbd5669ce4b9602ddd9644f,22
5
5
  psiutils/buttons.py,sha256=4436d5543591e86fc5cfdedbb0eee75385893c6d4a32989592d1da3f7b8f804b,8370
6
6
  psiutils/constants.py,sha256=4fc023601926bb38805a35e038df928f400ceb63401a5ba3fd8ea096b3856c77,1107
7
7
  psiutils/drag_manager.py,sha256=2f4e06cca2229d65f31826b0bd39e7d7c175004b7c3d43d2d54f87a8256b878f,3470
@@ -46,6 +46,6 @@ psiutils/text.py,sha256=b67bc67d180df70c67b57306f587a25af91318a249d3cc9e142e9249
46
46
  psiutils/treeview.py,sha256=8ed4b32d6ae7148043595e58856351a19c205be2a3f3fed756a672bacafeae24,2826
47
47
  psiutils/utilities.py,sha256=0ab732a14324d9df5665cbfbc9a84225d5a1a5a18ceeec777523f9904bd0a1e0,3107
48
48
  psiutils/widgets.py,sha256=a28180cb4214ddcb7d69eaa706a314af6015caa83fcca1c6f059bd1a6f969f96,11114
49
- psiutils-0.1.70.dist-info/WHEEL,sha256=0f7d664a881437bddec71c703c3c2f01fd13581519f95130abcc96e296ef0426,79
50
- psiutils-0.1.70.dist-info/METADATA,sha256=b41daf5cee058af68cf64a70d33e21f82c4de2744ddc9617e92357c73413b9df,1977
51
- psiutils-0.1.70.dist-info/RECORD,,
49
+ psiutils-0.1.71.dist-info/WHEEL,sha256=0f7d664a881437bddec71c703c3c2f01fd13581519f95130abcc96e296ef0426,79
50
+ psiutils-0.1.71.dist-info/METADATA,sha256=acbe7bab2ee779b03e8da85c2332d941afa4b99af41bf517246deafb3dbc936c,1977
51
+ psiutils-0.1.71.dist-info/RECORD,,