mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
GitHub workflow and fixes
This commit is contained in:
@@ -43,5 +43,5 @@ if __name__ == '__main__':
|
||||
resource = Gio.Resource.load(os.path.join(pkgdatadir, 'yafi.gresource'))
|
||||
resource._register()
|
||||
|
||||
from yafi import main
|
||||
sys.exit(main.main())
|
||||
import yafi
|
||||
sys.exit(yafi.main())
|
||||
|
||||
Reference in New Issue
Block a user