Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bronko
gajim
Commits
587cec9e
Commit
587cec9e
authored
Dec 29, 2019
by
Philipp Hörist
Browse files
FileTransfer: Add annotation
parent
54513a17
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/common/filetransfer.py
View file @
587cec9e
...
...
@@ -12,13 +12,14 @@
# You should have received a copy of the GNU General Public License
# along with Gajim. If not, see <http://www.gnu.org/licenses/>.
from
typing
import
Dict
from
gajim.common.helpers
import
Observable
from
gajim.common.const
import
FTState
class
FileTransfer
(
Observable
):
_state_descriptions
=
{}
_state_descriptions
=
{}
# type: Dict[FTState, str]
def
__init__
(
self
,
account
,
cancel_func
=
None
):
Observable
.
__init__
(
self
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment