sidebar: Move the pulser into the sidebar directory

I'm soon going to put it into the same box as the Stack

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2021-07-14 14:55:16 -04:00
parent cf22a32fe7
commit 05742d0bbc
4 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ from lib import version
from . import window
from . import header
from . import pane
from . import pulser
from sidebar import pulser
from gi.repository import Gtk
import sidebar
import unittest

View File

@ -7,7 +7,7 @@ gi.require_version("Gtk", "4.0")
from gi.repository import Gtk
from . import header
from . import pane
from . import pulser
from sidebar import pulser
Window = Gtk.ApplicationWindow()
Grid = Gtk.Grid()