diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-03-04 22:24:31 -0500 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-03-04 22:24:31 -0500 |
| commit | f9245931af0b8513f3b38e42a89e89ecb96593c6 (patch) | |
| tree | 1c2c44bbd13bd08765ffd35d1c5b2648db218783 /Pb_Api/Param/String.py | |
| parent | 021842ec42b991e7a641ae26862d77b324ea05db (diff) | |
still working on it
Diffstat (limited to 'Pb_Api/Param/String.py')
| -rw-r--r-- | Pb_Api/Param/String.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Pb_Api/Param/String.py b/Pb_Api/Param/String.py index f7d873c..a1161a8 100644 --- a/Pb_Api/Param/String.py +++ b/Pb_Api/Param/String.py @@ -1,3 +1,4 @@ +from Pb_Api.Param import Pb_Api_Param class Pb_Api_Param_String(Pb_Api_Param): def __init__(self, *args, **kwargs): super(Pb_Api_Param_String, self).__init__(*args, **kwargs) |
