rename project file module

This commit is contained in:
Alan Hamlett 2017-11-04 11:04:43 -07:00
parent ef637fd99b
commit 06b8fa2b7c
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
wakatime.projects.wakatime_project_file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wakatime.projects.projectfile
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Information from a .wakatime-project file about the project for
a given file. First line of .wakatime-project sets the project
@ -22,7 +22,7 @@ from ..compat import u, open
log = logging.getLogger('WakaTime')
class WakaTimeProjectFile(BaseProject):
class ProjectFile(BaseProject):
def process(self):
self.config = self._find_config(self.path)