mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-28 21:53:46 +00:00
trivial: Remove unused deprecated function
See https://docs.python.org/3.8/whatsnew/3.8.html#deprecated
This commit is contained in:
parent
4c98099393
commit
d6d4da5d29
@ -46,7 +46,6 @@ class Rasterizer:
|
||||
self.pattern = "{directory}/{language}/LC_IMAGES/fwupd-{width}-{height}.{suffix}"
|
||||
|
||||
gettext.textdomain(self.domain)
|
||||
gettext.bind_textdomain_codeset(self.domain, 'UTF8')
|
||||
gettext.install(self.domain, self.modir)
|
||||
|
||||
@property
|
||||
|
||||
Loading…
Reference in New Issue
Block a user