From 4e5db20fa99ff1ecbc41954a526f1c1d540dfcaf Mon Sep 17 00:00:00 2001 From: Aitzol Berasategi Date: Mon, 3 Sep 2018 11:33:18 +0200 Subject: [PATCH] commit III --- app.py | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 8c37383..a3cc59f 100644 --- a/app.py +++ b/app.py @@ -19,7 +19,7 @@ from time import sleep import os.path import urllib.request import sqlite3 -import parser +from development import parser import re import gi gi.require_version('Gtk', '3.0') diff --git a/manifest.json b/manifest.json index d29b81c..259394a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "name": "macBank", - "description": "Application that allows to search for manufacturers by MAC or OUI", + "description": "Manufacturer or vendor search application by MAC or OUI", "title": "macBank", "version": "1.0.0", "author": "Aitzol Berasategi", "maintainer": "wproject ", - "license":"GPL3" + "license":"GPL-3" }