mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Remove imported
This commit is contained in:
parent
a874307334
commit
3027493310
1 changed files with 0 additions and 3 deletions
|
@ -22,8 +22,6 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
import sys
|
|
||||||
|
|
||||||
from __metadata__ import MetaData as _m
|
from __metadata__ import MetaData as _m
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,4 +32,3 @@ def prog_version():
|
||||||
print("Version : {0}".format(_m.__version__))
|
print("Version : {0}".format(_m.__version__))
|
||||||
print("Licence : {0}".format(_m.__license__))
|
print("Licence : {0}".format(_m.__license__))
|
||||||
print("Email : {0}".format(_m.__email__))
|
print("Email : {0}".format(_m.__email__))
|
||||||
sys.exit(0)
|
|
||||||
|
|
Loading…
Reference in a new issue