dangerzone/dangerzone
deeplow 73eb8ae9d0 Rename common.Common class to document.Document
Rename the `common` module and `common.Common` class to `document` and
`document.Document` respectively. Also, rename the variables that hold
instances of this class.

This change reflects the fact that the class is responsible for tracking
the state of the document. When we add bulk document conversion,
allowing us to keep track of a document's state will be key. This name
change is a step towards that.
2022-10-27 14:36:23 +03:00
..
gui Rename common.Common class to document.Document 2022-10-27 14:36:23 +03:00
__init__.py Remove separate dangerzone-container entry point, make CLI work with it, and refactor container code to be more DRY 2021-08-04 16:21:00 -07:00
cli.py Rename common.Common class to document.Document 2022-10-27 14:36:23 +03:00
container.py fix return type for container.install() 2022-09-15 13:26:05 +01:00
document.py Rename common.Common class to document.Document 2022-10-27 14:36:23 +03:00
global_common.py move global_common container logic to container.py 2022-09-15 12:09:34 +01:00
settings.py fix spacing (black lint tool) 2022-08-22 11:12:14 +01:00
util.py move to util: get_subprocess_startupinfo 2022-09-15 10:40:36 +01:00