(Made) the package executable.

Updated the package information.
This commit is contained in:
2023-03-18 09:57:10 +02:00
parent 1dce152bbe
commit 02434be628
16 changed files with 57 additions and 37 deletions
+5 -5
View File
@@ -1,5 +1,5 @@
from models.models import Source
from models.models import Path
from models.models import Destination
from models.models import SyncCommand
from models.models import create_tables
from tui_rsync.models.models import Source
from tui_rsync.models.models import Path
from tui_rsync.models.models import Destination
from tui_rsync.models.models import SyncCommand
from tui_rsync.models.models import create_tables
+1 -1
View File
@@ -18,7 +18,7 @@
################################################################################
from peewee import *
from config.app import App
from tui_rsync.config.app import App
import os
app = App()