Skip to content

Commit ae2bffb

Browse files
Update setbian.py
1 parent dc60232 commit ae2bffb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setbian.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
#!/usr/bin/python3
12
import tkinter as tk
23
from tkinter import messagebox
34
import subprocess
45
import internet
5-
from msg import msg, close_msg # Import from msg.py
6+
from msg import msg, msg_progress, sudo_password_prompt, close_sudo_prompt, close_msg
67

78
# Function to install selected packages
89
def install_selected():

0 commit comments

Comments
 (0)