Skip to content

Commit

Permalink
Move Item and Queue classes to parser subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 2, 2021
1 parent 2ed1489 commit 7972440
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/webqueue2api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from webqueue2api.Item import Item
from webqueue2api.Queue import Queue
from webqueue2api.parser.item import Item
from webqueue2api.parser.queue import Queue
Empty file.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
from .Item import Item
from .Utilities import isValidItemName
from .item import Item
from .utilities import isValidItemName

queueDirectory = "/home/pier/e/queue/Mail"

Expand Down
File renamed without changes.

0 comments on commit 7972440

Please sign in to comment.