mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-23 05:22:59 +05:30
updated version and minor changes
Removed some more traces of the previous name. Removed an unused import and updated CHANGELOG.md
This commit is contained in:
parent
72dda12d7b
commit
396fe9af7e
@ -1,8 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## Renamed to pybatmesh
|
||||
## [unreleased][] - 2022-08-03
|
||||
|
||||
- Renamed to pybatmesh, to be more clear what the program does
|
||||
- code cleanup
|
||||
|
||||
## [v0.5.2][] - 2021-12-10
|
||||
|
||||
|
@ -42,4 +42,4 @@ given below.
|
||||
#
|
||||
# In case you forgot to change the version, skip the number
|
||||
# and put the next number in the next commit.
|
||||
__version__ = "0.5.2a1.dev1"
|
||||
__version__ = "0.5.2a2"
|
||||
|
@ -45,6 +45,6 @@ TMP_NET_GLOB = "tmp.*"
|
||||
ISSUE_URL = "https://git.disroot.org/pranav/pybatmesh/issues"
|
||||
REPORT_BUG_INFO = "If you think this is a bug, report it to " + ISSUE_URL
|
||||
|
||||
# Changing this constant will alter not just the behavoiur of pybatmesh,
|
||||
# Changing this constant will alter not just the behaviour of pybatmesh,
|
||||
# but affect the meaning of Life, the Universe and Everthing
|
||||
ANSWER = 42
|
||||
|
@ -19,7 +19,7 @@ log.py
|
||||
------
|
||||
|
||||
Initialise the logger for other submodules to import. Do not import any
|
||||
submodules here other than naxallnet.config, which is needed to set the
|
||||
submodules here other than pybatmesh.config, which is needed to set the
|
||||
loglevel and to add the systemd journal handler
|
||||
"""
|
||||
import logging
|
||||
|
@ -27,7 +27,6 @@ When run from the commandline, the function main() is called.
|
||||
"""
|
||||
|
||||
import sys
|
||||
import time
|
||||
from pathlib import Path
|
||||
from dasbus.error import DBusError
|
||||
from systemd.daemon import notify
|
||||
|
Loading…
Reference in New Issue
Block a user