Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@24173 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 18, 2019
1 parent 0aac1cd commit ebcdc21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/server/auth/sql_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import sys

from xpra.server.auth.sqlauthbase import SQLAuthenticator, DatabaseUtilBase, run_dbutil
from xpra.server.auth.sys_auth_base import log


class Authenticator(SQLAuthenticator):
Expand Down

0 comments on commit ebcdc21

Please sign in to comment.