Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Removed pointless docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Oct 7, 2015
1 parent ec4d337 commit 3dde86f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pages/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

'''
Created on Jun 21, 2010
'''
import re
import time

Expand All @@ -19,9 +15,6 @@


class Page(object):
"""
Base class for all Pages
"""

def __init__(self, testsetup):
self.testsetup = testsetup
Expand Down

0 comments on commit 3dde86f

Please sign in to comment.