#!/nix/store/5bh6rpya1ar6l49vrhx1rg58dsa42906-python3-3.9.6/bin/python3.9
# -*- coding: utf-8 -*-
import sys;import site;import functools;sys.argv[0] = '/nix/store/x5w9glmx6bsyvh0r794q566074hxqkvb-glances-3.2.4.2/bin/glances';functools.reduce(lambda k, p: site.addsitedir(p, k), ['/nix/store/x5w9glmx6bsyvh0r794q566074hxqkvb-glances-3.2.4.2/lib/python3.9/site-packages','/nix/store/nxa33fvy4pcf9hx6q3rc5z7p55pfiliq-python3.9-bottle-0.12.19/lib/python3.9/site-packages','/nix/store/v0sq1qcn6sywrxn7cw7nbpy426g7kzgi-python3.9-setuptools-57.2.0/lib/python3.9/site-packages','/nix/store/6xj8aivj9q5ssfdm626gy1pg59yw2cn6-python3.9-defusedxml-0.7.1/lib/python3.9/site-packages','/nix/store/vrwd74mkfy1xq63l35ivp0a4gh6nyl78-python3.9-future-0.18.2/lib/python3.9/site-packages','/nix/store/2lfvdrk49rpa09m8sm6r331a1jnkk9bn-python3.9-netifaces-0.11.0/lib/python3.9/site-packages','/nix/store/iqyx4fqax9qhiyxkqq0qra5y0pwagzq3-python3.9-packaging-20.9/lib/python3.9/site-packages','/nix/store/ykylz2jhp37dak53a5ds77f7vxqp7xmd-python3.9-pyparsing-2.4.7/lib/python3.9/site-packages','/nix/store/j3s61z5mdrhizcwcb41g38i3yga4kq5p-python3.9-six-1.16.0/lib/python3.9/site-packages','/nix/store/xg7wzhr2m2w4rgbvpq0m72r2cf50ya10-python3.9-psutil-5.8.0/lib/python3.9/site-packages','/nix/store/cjgj1dy60rylwgwp3jamkgh8a6gns2yi-python3.9-pysnmp-4.4.12/lib/python3.9/site-packages','/nix/store/jdhbjdfyi0xryj2fv2kb3cksd98an5ik-python3.9-pyasn1-0.4.8/lib/python3.9/site-packages','/nix/store/z0dpi5fvds3chm9458hnhjmhfsizilzy-python3.9-pycryptodomex-3.11.0/lib/python3.9/site-packages','/nix/store/q11wvzf2bgprqi9hm38i2q1lx3pzjr9a-python3.9-pysmi-0.3.4/lib/python3.9/site-packages','/nix/store/9pf3f0hai749x097mpjd53fahdadydjj-python3.9-ply-3.11/lib/python3.9/site-packages','/nix/store/ixan7wrrvz6cdf8xpmwfbl1kw83xlfz3-python3.9-py-cpuinfo-8.0.0/lib/python3.9/site-packages'], site._init_pathinfo());
import re
import sys
from glances import main
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(main())
