renamed hl_error to utils and changed dependencies also initial commit for panel content that will replace the right side in panel.sh

This commit is contained in:
Sheppy
2017-02-24 17:08:06 +01:00
parent ecec279967
commit 61d9ea1fc7
4 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import sys
import os
import shlex
import psutil
from hl_error import error, shexec
from hl_utils import error, shexec
out = shexec('xdpyinfo').split('\n')