diff --git a/TestFunction/utility.py b/TestFunction/utility.py index e0457df..1e66321 100644 --- a/TestFunction/utility.py +++ b/TestFunction/utility.py @@ -9,7 +9,6 @@ class Utility_object(object): - @classmethod def get_path(self, path_param): try: requiredPath = os.path.join(os.path.dirname(os.path.realpath(__file__)), path_param) @@ -18,7 +17,6 @@ def get_path(self, path_param): print(e) # Get the current time stamp - @classmethod def get_current_time_stamp(self): curr_timestamp = str(datetime.now()) return curr_timestamp diff --git a/setup.py b/setup.py index a555c6b..59dcf18 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name='flexibox', version='1.0.0', description='A single box of functionalities for a selenium project', - author=['Soumyajit Basu', 'Bony Roopchandani'], + author=['Soumyajit Basu'], author_email='soumyajit.basu62@gmail.com', classifiers=[ 'Intended Audience :: Information Technology', 'Intended Audience :: Developers',