Updated READNE, added searcher plugin, cleanup
This commit is contained in:
3
plugins/file_properties/__init__.py
Normal file
3
plugins/file_properties/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""
|
||||
Pligin Module
|
||||
"""
|
@@ -2,7 +2,7 @@
|
||||
import os, threading, subprocess, time, pwd, grp
|
||||
from datetime import datetime
|
||||
|
||||
# Gtk imports
|
||||
# Lib imports
|
||||
import gi
|
||||
gi.require_version('Gtk', '3.0')
|
||||
from gi.repository import Gtk, GLib, Gio
|
||||
|
Reference in New Issue
Block a user