[pybliographer/wip/gtk3] pybrc: pyflakes
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pybliographer/wip/gtk3] pybrc: pyflakes
- Date: Tue, 10 Oct 2017 18:07:16 +0000 (UTC)
commit caee3340c2bb58ec7bcf507ca7bf0e5e19d27d84
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Tue Oct 10 15:01:33 2017 -0300
pybrc: pyflakes
pybrc.py | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/pybrc.py b/pybrc.py
index 8737cfe..9656cc1 100644
--- a/pybrc.py
+++ b/pybrc.py
@@ -1,13 +1,11 @@
# Site configuration
-from Pyblio import Autoload, Config, version
+import os
-from Pyblio.TextUI import *
+from Pyblio import Autoload, Config, version
# ==================================================
-import string, os
-
# define autoloaded formats
Autoload.preregister ('format', 'BibTeX', 'Pyblio.Format.BibTeX', '.*\.bib')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]