зеркало из https://github.com/microsoft/InQRy.git
rename package for new name and update data
This commit is contained in:
Родитель
1d3861b5aa
Коммит
328094e882
|
@ -1,7 +1,7 @@
|
|||
import tkinter as tk
|
||||
|
||||
win = tk.Tk()
|
||||
win.title("PyBar")
|
||||
win.title("InQRy")
|
||||
# tk.Label()(win, text="Label").grid(column=0, row=0)
|
||||
label = tk.Label(win, text="Hello")
|
||||
label.grid(column=0, row=0)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import re
|
||||
import yaml
|
||||
from pybar import diskutil
|
||||
from inqry import diskutil
|
||||
|
||||
|
||||
def create_from_diskutil_info_output(output):
|
||||
|
|
Загрузка…
Ссылка в новой задаче