-
Notifications
You must be signed in to change notification settings - Fork 987
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c02cca
commit ffb8abc
Showing
3 changed files
with
3 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
Contributors | ||
------------- | ||
|
||
This is the list of contributors to this project source code, in alphabetical order. | ||
This is a very partial list of contributors to this project source code, in alphabetical order, those who | ||
explicitly wanted to add details here. For the whole list (+220), refer to https://github.com/conan-io/conan/graphs/contributors | ||
|
||
Many thanks to all of them! | ||
|
||
- Bocanegra Algarra, Raul ([email protected]) | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
""" | ||
|
||
import os | ||
import platform | ||
import re | ||
# To use a consistent encoding | ||
from codecs import open | ||
|