Deleted the rest of the no longer needed code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from nw.constants.iso import isoLanguage, isoCountry
|
||||
from nw.constants.constants import (
|
||||
nwConst, nwFiles, nwKeyWords, nwLabels, nwDependencies, nwQuotes, nwUnicode
|
||||
nwConst, nwFiles, nwKeyWords, nwLabels, nwQuotes, nwUnicode
|
||||
)
|
||||
from nw.constants.enum import (
|
||||
nwAlert, nwDocAction, nwItemClass, nwItemLayout, nwItemType, nwOutline
|
||||
@@ -14,7 +14,6 @@ __all__ = [
|
||||
"nwFiles",
|
||||
"nwKeyWords",
|
||||
"nwLabels",
|
||||
"nwDependencies",
|
||||
"nwQuotes",
|
||||
"nwUnicode",
|
||||
"nwAlert",
|
||||
|
||||
@@ -142,34 +142,6 @@ class nwLabels():
|
||||
|
||||
# END Class nwLabels
|
||||
|
||||
class nwDependencies():
|
||||
"""Python package dependencies and their reference links.
|
||||
"""
|
||||
PACKS = {
|
||||
"pyqt5" : {
|
||||
"site" : "",
|
||||
"docs" : "",
|
||||
},
|
||||
"lxml" : {
|
||||
"site" : "",
|
||||
"docs" : "",
|
||||
},
|
||||
"pyenchant" : {
|
||||
"site" : "",
|
||||
"docs" : "",
|
||||
},
|
||||
"latexcodec" : {
|
||||
"site" : "https://pypi.org/project/latexcodec/",
|
||||
"docs" : "https://latexcodec.readthedocs.io/en/latest/",
|
||||
},
|
||||
"pypandoc" : {
|
||||
"site" : "https://pypi.org/project/pypandoc/",
|
||||
"docs" : "https://pypi.org/project/pypandoc/",
|
||||
},
|
||||
}
|
||||
|
||||
# END Class nwDependencies
|
||||
|
||||
class nwQuotes():
|
||||
"""Allowed quotation marks.
|
||||
Source: https://en.wikipedia.org/wiki/Quotation_mark
|
||||
|
||||
Reference in New Issue
Block a user