mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-28 09:22:34 +01:00
1568639 installation scripts
added the ./setup.py script. added the */__init__.py files. modified the import instruction (import from pywmgeneral).
This commit is contained in:
1
pywmhdmon/__init__.py
Normal file
1
pywmhdmon/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from pywmhdmon import *
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2.3
|
||||
|
||||
"""pywmhdmon.py
|
||||
|
||||
@@ -55,7 +55,7 @@ import time
|
||||
import getopt
|
||||
import os
|
||||
|
||||
import pywmhelpers
|
||||
from pywmgeneral import pywmhelpers
|
||||
|
||||
width = 64
|
||||
height = 64
|
||||
|
||||
Reference in New Issue
Block a user