mirror of
https://github.com/netinvent/npbackup.git
synced 2024-11-11 09:48:52 +08:00
Add missing header
This commit is contained in:
parent
3ac68fb261
commit
4314768cf7
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,14 @@
|
||||||
print("hello global")
|
#! /usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# This file is part of npbackup
|
||||||
|
|
||||||
|
__intname__ = "npbackup.globvars"
|
||||||
|
__author__ = "Orsiris de Jong"
|
||||||
|
__copyright__ = "Copyright (C) 2023 NetInvent"
|
||||||
|
__license__ = "GPL-3.0-only"
|
||||||
|
__build__ = "2023083101"
|
||||||
|
|
||||||
|
|
||||||
class Globvars(object):
|
class Globvars(object):
|
||||||
GUI = None
|
GUI = None
|
Loading…
Reference in a new issue