Rename the internal class used by the nautilus extension
This should solve collisions with people like me that are copy/pasting the documentation, creating conflicts with other extensions that are doing the very same thing.
This commit is contained in:
parent
94cdca1ed2
commit
812bf2553b
@ -35,7 +35,7 @@ def _remove_metadata(fpath) -> Tuple[bool, Optional[str]]:
|
||||
return False, mtype
|
||||
return parser.remove_all(), mtype
|
||||
|
||||
class ColumnExtension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationWidgetProvider):
|
||||
class Mat2Extension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationWidgetProvider):
|
||||
""" This class adds an item to the right-clic menu in Nautilus. """
|
||||
|
||||
def __init__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user