Move all resources (locale, images, html, version.txt) into central resources dir, and clean up logic to find absolute paths to resources

This commit is contained in:
Micah Lee 2016-04-12 15:14:02 -07:00
parent 7c18d77fb2
commit e81f809882
34 changed files with 59 additions and 137 deletions

View file

@ -21,8 +21,6 @@ from PyQt5 import QtCore, QtWidgets
from onionshare import strings, helpers
from . import common
class Options(QtWidgets.QHBoxLayout):
"""
The extra onionshare options in the GUI.