mirror of
https://github.com/daknuett/licor
synced 2024-07-20 12:15:24 +00:00
added fancy copyright and license disclaimer using licor
This commit is contained in:
parent
2eb1a62b54
commit
5827b7acc9
|
@ -0,0 +1,19 @@
|
||||||
|
# Copyright (c) 2017 Daniel Knüttel #
|
||||||
|
# #
|
||||||
|
# This file is part of licor. #
|
||||||
|
# #
|
||||||
|
# licor is free software: you can redistribute it and/or modify #
|
||||||
|
# it under the terms of the GNU Affero General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
|
# (at your option) any later version. #
|
||||||
|
# #
|
||||||
|
# licor is distributed in the hope that it will be useful, #
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
|
# GNU General Public License for more details. #
|
||||||
|
# #
|
||||||
|
# You should have received a copy of the GNU Affero General Public License #
|
||||||
|
# along with licor. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
|
|
@ -1,37 +1,22 @@
|
||||||
#
|
# Copyright (c) 2017 Daniel Knüttel #
|
||||||
# Copyright(c) Daniel Knüttel
|
# #
|
||||||
#
|
# This file is part of licor. #
|
||||||
|
# #
|
||||||
|
# licor is free software: you can redistribute it and/or modify #
|
||||||
|
# it under the terms of the GNU Affero General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
|
# (at your option) any later version. #
|
||||||
|
# #
|
||||||
|
# licor is distributed in the hope that it will be useful, #
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
|
# GNU General Public License for more details. #
|
||||||
|
# #
|
||||||
|
# You should have received a copy of the GNU Affero General Public License #
|
||||||
|
# along with licor. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
|
||||||
# This program is free software.
|
|
||||||
# Anyways if you think this program is worth it
|
|
||||||
# and we meet shout a drink for me.
|
|
||||||
|
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# Dieses Programm ist Freie Software: Sie können es unter den Bedingungen
|
|
||||||
# der GNU Affero General Public License, wie von der Free Software Foundation,
|
|
||||||
# Version 3 der Lizenz oder (nach Ihrer Wahl) jeder neueren
|
|
||||||
# veröffentlichten Version, weiterverbreiten und/oder modifizieren.
|
|
||||||
#
|
|
||||||
# Dieses Programm wird in der Hoffnung, dass es nützlich sein wird, aber
|
|
||||||
# OHNE JEDE GEWÄHRLEISTUNG, bereitgestellt; sogar ohne die implizite
|
|
||||||
# Gewährleistung der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.
|
|
||||||
# Siehe die GNU Affero General Public License für weitere Details.
|
|
||||||
#
|
|
||||||
# Sie sollten eine Kopie der GNU Affero General Public License zusammen mit diesem
|
|
||||||
# Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
|
|
||||||
from .main import (list_this_path, list_all, list_db,
|
from .main import (list_this_path, list_all, list_db,
|
||||||
|
|
|
@ -1,39 +1,21 @@
|
||||||
|
# Copyright (c) 2017 Daniel Knüttel #
|
||||||
|
# #
|
||||||
#
|
# This file is part of licor. #
|
||||||
# Copyright(c) Daniel Knüttel
|
# #
|
||||||
#
|
# licor is free software: you can redistribute it and/or modify #
|
||||||
|
# it under the terms of the GNU Affero General Public License as published by #
|
||||||
# This program is free software.
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
# Anyways if you think this program is worth it
|
# (at your option) any later version. #
|
||||||
# and we meet shout a drink for me.
|
# #
|
||||||
|
# licor is distributed in the hope that it will be useful, #
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
# it under the terms of the GNU Affero General Public License as published by
|
# GNU General Public License for more details. #
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
# #
|
||||||
# (at your option) any later version.
|
# You should have received a copy of the GNU Affero General Public License #
|
||||||
#
|
# along with licor. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
# This program is distributed in the hope that it will be useful,
|
# #
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# #
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# Dieses Programm ist Freie Software: Sie können es unter den Bedingungen
|
|
||||||
# der GNU Affero General Public License, wie von der Free Software Foundation,
|
|
||||||
# Version 3 der Lizenz oder (nach Ihrer Wahl) jeder neueren
|
|
||||||
# veröffentlichten Version, weiterverbreiten und/oder modifizieren.
|
|
||||||
#
|
|
||||||
# Dieses Programm wird in der Hoffnung, dass es nützlich sein wird, aber
|
|
||||||
# OHNE JEDE GEWÄHRLEISTUNG, bereitgestellt; sogar ohne die implizite
|
|
||||||
# Gewährleistung der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.
|
|
||||||
# Siehe die GNU Affero General Public License für weitere Details.
|
|
||||||
#
|
|
||||||
# Sie sollten eine Kopie der GNU Affero General Public License zusammen mit diesem
|
|
||||||
# Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
|
|
||||||
def pad_line(line, pad_to):
|
def pad_line(line, pad_to):
|
||||||
|
|
|
@ -1,37 +1,22 @@
|
||||||
#
|
# Copyright (c) 2017 Daniel Knüttel #
|
||||||
# Copyright(c) Daniel Knüttel
|
# #
|
||||||
#
|
# This file is part of licor. #
|
||||||
|
# #
|
||||||
|
# licor is free software: you can redistribute it and/or modify #
|
||||||
|
# it under the terms of the GNU Affero General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
|
# (at your option) any later version. #
|
||||||
|
# #
|
||||||
|
# licor is distributed in the hope that it will be useful, #
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
|
# GNU General Public License for more details. #
|
||||||
|
# #
|
||||||
|
# You should have received a copy of the GNU Affero General Public License #
|
||||||
|
# along with licor. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
|
||||||
# This program is free software.
|
|
||||||
# Anyways if you think this program is worth it
|
|
||||||
# and we meet shout a drink for me.
|
|
||||||
|
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# Dieses Programm ist Freie Software: Sie können es unter den Bedingungen
|
|
||||||
# der GNU Affero General Public License, wie von der Free Software Foundation,
|
|
||||||
# Version 3 der Lizenz oder (nach Ihrer Wahl) jeder neueren
|
|
||||||
# veröffentlichten Version, weiterverbreiten und/oder modifizieren.
|
|
||||||
#
|
|
||||||
# Dieses Programm wird in der Hoffnung, dass es nützlich sein wird, aber
|
|
||||||
# OHNE JEDE GEWÄHRLEISTUNG, bereitgestellt; sogar ohne die implizite
|
|
||||||
# Gewährleistung der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.
|
|
||||||
# Siehe die GNU Affero General Public License für weitere Details.
|
|
||||||
#
|
|
||||||
# Sie sollten eine Kopie der GNU Affero General Public License zusammen mit diesem
|
|
||||||
# Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
|
|
||||||
import glob, os
|
import glob, os
|
||||||
|
|
54
licor/io.py
54
licor/io.py
|
@ -1,40 +1,24 @@
|
||||||
|
# Copyright (c) 2017 Daniel Knüttel #
|
||||||
|
# #
|
||||||
|
# This file is part of licor. #
|
||||||
|
# #
|
||||||
|
# licor is free software: you can redistribute it and/or modify #
|
||||||
|
# it under the terms of the GNU Affero General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
|
# (at your option) any later version. #
|
||||||
|
# #
|
||||||
|
# licor is distributed in the hope that it will be useful, #
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
|
# GNU General Public License for more details. #
|
||||||
|
# #
|
||||||
|
# You should have received a copy of the GNU Affero General Public License #
|
||||||
|
# along with licor. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
#
|
|
||||||
# Copyright(c) Daniel Knüttel
|
|
||||||
#
|
|
||||||
|
|
||||||
# This program is free software.
|
|
||||||
# Anyways if you think this program is worth it
|
|
||||||
# and we meet shout a drink for me.
|
|
||||||
|
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# Dieses Programm ist Freie Software: Sie können es unter den Bedingungen
|
|
||||||
# der GNU Affero General Public License, wie von der Free Software Foundation,
|
|
||||||
# Version 3 der Lizenz oder (nach Ihrer Wahl) jeder neueren
|
|
||||||
# veröffentlichten Version, weiterverbreiten und/oder modifizieren.
|
|
||||||
#
|
|
||||||
# Dieses Programm wird in der Hoffnung, dass es nützlich sein wird, aber
|
|
||||||
# OHNE JEDE GEWÄHRLEISTUNG, bereitgestellt; sogar ohne die implizite
|
|
||||||
# Gewährleistung der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.
|
|
||||||
# Siehe die GNU Affero General Public License für weitere Details.
|
|
||||||
#
|
|
||||||
# Sie sollten eine Kopie der GNU Affero General Public License zusammen mit diesem
|
|
||||||
# Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
|
|
||||||
def check_file_perm(filename):
|
def check_file_perm(filename):
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,37 +1,22 @@
|
||||||
#
|
# Copyright (c) 2017 Daniel Knüttel #
|
||||||
# Copyright(c) Daniel Knüttel
|
# #
|
||||||
#
|
# This file is part of licor. #
|
||||||
|
# #
|
||||||
|
# licor is free software: you can redistribute it and/or modify #
|
||||||
|
# it under the terms of the GNU Affero General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
|
# (at your option) any later version. #
|
||||||
|
# #
|
||||||
|
# licor is distributed in the hope that it will be useful, #
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
|
# GNU General Public License for more details. #
|
||||||
|
# #
|
||||||
|
# You should have received a copy of the GNU Affero General Public License #
|
||||||
|
# along with licor. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
|
||||||
# This program is free software.
|
|
||||||
# Anyways if you think this program is worth it
|
|
||||||
# and we meet shout a drink for me.
|
|
||||||
|
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# Dieses Programm ist Freie Software: Sie können es unter den Bedingungen
|
|
||||||
# der GNU Affero General Public License, wie von der Free Software Foundation,
|
|
||||||
# Version 3 der Lizenz oder (nach Ihrer Wahl) jeder neueren
|
|
||||||
# veröffentlichten Version, weiterverbreiten und/oder modifizieren.
|
|
||||||
#
|
|
||||||
# Dieses Programm wird in der Hoffnung, dass es nützlich sein wird, aber
|
|
||||||
# OHNE JEDE GEWÄHRLEISTUNG, bereitgestellt; sogar ohne die implizite
|
|
||||||
# Gewährleistung der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.
|
|
||||||
# Siehe die GNU Affero General Public License für weitere Details.
|
|
||||||
#
|
|
||||||
# Sie sollten eine Kopie der GNU Affero General Public License zusammen mit diesem
|
|
||||||
# Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
from .work import work_all, work_this_path
|
from .work import work_all, work_this_path
|
||||||
from .templates import get_template_meta, format_template, get_templates_available
|
from .templates import get_template_meta, format_template, get_templates_available
|
||||||
|
|
|
@ -1,37 +1,22 @@
|
||||||
#
|
# Copyright (c) 2017 Daniel Knüttel #
|
||||||
# Copyright(c) Daniel Knüttel
|
# #
|
||||||
#
|
# This file is part of licor. #
|
||||||
|
# #
|
||||||
|
# licor is free software: you can redistribute it and/or modify #
|
||||||
|
# it under the terms of the GNU Affero General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
|
# (at your option) any later version. #
|
||||||
|
# #
|
||||||
|
# licor is distributed in the hope that it will be useful, #
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
|
# GNU General Public License for more details. #
|
||||||
|
# #
|
||||||
|
# You should have received a copy of the GNU Affero General Public License #
|
||||||
|
# along with licor. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
|
||||||
# This program is free software.
|
|
||||||
# Anyways if you think this program is worth it
|
|
||||||
# and we meet shout a drink for me.
|
|
||||||
|
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# Dieses Programm ist Freie Software: Sie können es unter den Bedingungen
|
|
||||||
# der GNU Affero General Public License, wie von der Free Software Foundation,
|
|
||||||
# Version 3 der Lizenz oder (nach Ihrer Wahl) jeder neueren
|
|
||||||
# veröffentlichten Version, weiterverbreiten und/oder modifizieren.
|
|
||||||
#
|
|
||||||
# Dieses Programm wird in der Hoffnung, dass es nützlich sein wird, aber
|
|
||||||
# OHNE JEDE GEWÄHRLEISTUNG, bereitgestellt; sogar ohne die implizite
|
|
||||||
# Gewährleistung der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.
|
|
||||||
# Siehe die GNU Affero General Public License für weitere Details.
|
|
||||||
#
|
|
||||||
# Sie sollten eine Kopie der GNU Affero General Public License zusammen mit diesem
|
|
||||||
# Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
import pkg_resources, json
|
import pkg_resources, json
|
||||||
from itertools import permutations
|
from itertools import permutations
|
||||||
|
|
|
@ -1,37 +1,22 @@
|
||||||
#
|
# Copyright (c) 2017 Daniel Knüttel #
|
||||||
# Copyright(c) Daniel Knüttel
|
# #
|
||||||
#
|
# This file is part of licor. #
|
||||||
|
# #
|
||||||
|
# licor is free software: you can redistribute it and/or modify #
|
||||||
|
# it under the terms of the GNU Affero General Public License as published by #
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or #
|
||||||
|
# (at your option) any later version. #
|
||||||
|
# #
|
||||||
|
# licor is distributed in the hope that it will be useful, #
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||||
|
# GNU General Public License for more details. #
|
||||||
|
# #
|
||||||
|
# You should have received a copy of the GNU Affero General Public License #
|
||||||
|
# along with licor. If not, see <http://www.gnu.org/licenses/>. #
|
||||||
|
# #
|
||||||
|
# #
|
||||||
|
|
||||||
# This program is free software.
|
|
||||||
# Anyways if you think this program is worth it
|
|
||||||
# and we meet shout a drink for me.
|
|
||||||
|
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Affero General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU Affero General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# Dieses Programm ist Freie Software: Sie können es unter den Bedingungen
|
|
||||||
# der GNU Affero General Public License, wie von der Free Software Foundation,
|
|
||||||
# Version 3 der Lizenz oder (nach Ihrer Wahl) jeder neueren
|
|
||||||
# veröffentlichten Version, weiterverbreiten und/oder modifizieren.
|
|
||||||
#
|
|
||||||
# Dieses Programm wird in der Hoffnung, dass es nützlich sein wird, aber
|
|
||||||
# OHNE JEDE GEWÄHRLEISTUNG, bereitgestellt; sogar ohne die implizite
|
|
||||||
# Gewährleistung der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.
|
|
||||||
# Siehe die GNU Affero General Public License für weitere Details.
|
|
||||||
#
|
|
||||||
# Sie sollten eine Kopie der GNU Affero General Public License zusammen mit diesem
|
|
||||||
# Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
from .filediscovery import discover_all, discover_this_path
|
from .filediscovery import discover_all, discover_this_path
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in New Issue
Block a user