Skip to content

Commit

Permalink
Merge pull request #149 from flu-x/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Corefinder89 authored Jun 13, 2020
2 parents de036e5 + a618261 commit e31bd77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions TestFunction/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e31bd77

Please sign in to comment.