X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=xsetbg_db.py;h=0ad9d048625dce5f00eea0ab0b2f67d56f5cc6b3;hb=3c346158f50cfb7e7995cc0176af52d88308529f;hp=e64440ae7b045730e6adee16031b675455cdd1eb;hpb=5bf30e4e42543b6be01448937183f3470cc731f3;p=xsetbg.git diff --git a/xsetbg_db.py b/xsetbg_db.py index e64440a..0ad9d04 100755 --- a/xsetbg_db.py +++ b/xsetbg_db.py @@ -11,7 +11,7 @@ from xsetbg_conf import xsetbg_conf __all__ = ['xsetbg_db_path', 'xsetbg_db'] # octal; -rw-------; make the database file(s) readable only by the user -os.umask(0066) +os.umask(0o066) class XSetBg(SQLObject):