Skip to content
Snippets Groups Projects
Commit a8c6ffb9 authored by David Boddie's avatar David Boddie :speech_balloon:
Browse files

Remove unused config module

parent 924bd688
No related branches found
No related tags found
No related merge requests found
VERSION = '@VERSION@'
pkgdatadir = '@pkgdatadir@'
localedir = '@localedir@'
......@@ -7,7 +7,6 @@
# SPDX-License-Identifier: GPL-3.0+
# Author: David Boddie <david.boddie@puri.sm>
import os
import sys
import gi
import evdev
......@@ -15,8 +14,6 @@ import evdev
gi.require_version('Gtk', '3.0')
from gi.repository import GLib, Gtk
from . import config
class Window(Gtk.ApplicationWindow):
......
......@@ -28,14 +28,6 @@ configure_file(
install_dir: get_option('bindir')
)
configure_file(
input: 'config.py.in',
output: 'config.py',
configuration: conf,
install: true,
install_dir: moduledir
)
# Declare the application's sources and their installation directory.
sources = [
'__init__.py',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment