Skip to content

Commit e6327b6

Browse files
committed
Move apt to module gardenlinux
Signed-off-by: Tobias Wolf <[email protected]>
1 parent b1884e5 commit e6327b6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
File renamed without changes.

src/python_gardenlinux_lib/apt/package_repo_info.py renamed to src/gardenlinux/apt/package_repo_info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
from apt_repo import APTRepository
24
from typing import Optional
35

src/python_gardenlinux_lib/apt/parse_debsource.py renamed to src/gardenlinux/apt/parse_debsource.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf-8 -*-
12
# SPDX-License-Identifier: MIT
23

34
# Based on code from glvd https://github.com/gardenlinux/glvd/blob/7ca2ff54e01da5e9eae61d1cd565eaf75f3c62ce/src/glvd/data/debsrc.py#L1

0 commit comments

Comments
 (0)