rename project file module
This commit is contained in:
parent
ef637fd99b
commit
06b8fa2b7c
2 changed files with 5 additions and 5 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue