Skip to content

Commit

Permalink
SpanshRouter: fix missing imports, regression of 6ffe1d6 mostly
Browse files Browse the repository at this point in the history
  • Loading branch information
norohind committed Jan 23, 2023
1 parent b62d4cb commit 00182da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions SpanshRouter/SpanshRouter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
import json
import logging
import os
import re
import subprocess
import sys
import tkinter as tk
import tkinter.filedialog as filedialog
import tkinter.messagebox as confirmDialog
Expand All @@ -14,11 +16,10 @@
from tkinter import *

import requests

from config import appname
from monitor import monitor
from . import AutoCompleter
from . import PlaceHolder

from . import AutoCompleter, PlaceHolder
from .updater import SpanshUpdater

# We need a name of plugin dir, not SpanshRouter.py dir
Expand Down

0 comments on commit 00182da

Please sign in to comment.