| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE Project SYSTEM "Project-5.1.dtd">
- <!-- eric project file for project pyRot -->
- <!-- Saved: 2018-01-25, 22:51:57 -->
- <!-- Copyright (C) 2018 tBKwtWS, -->
- <Project version="5.1">
- <Language>en_US</Language>
- <Hash>e4efcb6f94c2972397bee40050ea12454672da34</Hash>
- <ProgLanguage mixed="0">Python3</ProgLanguage>
- <ProjectType>PyQt5</ProjectType>
- <Description>RotBot</Description>
- <Version>0.1</Version>
- <Author>tBKwtWS</Author>
- <Email></Email>
- <Eol index="0"/>
- <Sources>
- <Source>__init__.py</Source>
- <Source>commands/admin.py</Source>
- <Source>commands/common.py</Source>
- <Source>commands/games.py</Source>
- <Source>commands/public.py</Source>
- <Source>commands/statistics.py</Source>
- <Source>common/log.py</Source>
- <Source>common/networkservices.py</Source>
- <Source>common/userstatus.py</Source>
- <Source>events/on_join.py</Source>
- <Source>events/on_kick.py</Source>
- <Source>events/on_pubmsg.py</Source>
- <Source>original_testbot.py</Source>
- <Source>rotbot.py</Source>
- <Source>test.py</Source>
- </Sources>
- <Forms/>
- <Translations/>
- <Resources/>
- <Interfaces/>
- <Others/>
- <MainScript>rotbot.py</MainScript>
- <Vcs>
- <VcsType>None</VcsType>
- </Vcs>
- <FiletypeAssociations>
- <FiletypeAssociation pattern="*.e4p" type="OTHERS"/>
- <FiletypeAssociation pattern="*.idl" type="INTERFACES"/>
- <FiletypeAssociation pattern="*.md" type="OTHERS"/>
- <FiletypeAssociation pattern="*.py" type="SOURCES"/>
- <FiletypeAssociation pattern="*.py3" type="SOURCES"/>
- <FiletypeAssociation pattern="*.pyw" type="SOURCES"/>
- <FiletypeAssociation pattern="*.pyw3" type="SOURCES"/>
- <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/>
- <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/>
- <FiletypeAssociation pattern="*.rst" type="OTHERS"/>
- <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/>
- <FiletypeAssociation pattern="*.txt" type="OTHERS"/>
- <FiletypeAssociation pattern="*.ui" type="FORMS"/>
- <FiletypeAssociation pattern="README" type="OTHERS"/>
- <FiletypeAssociation pattern="README.*" type="OTHERS"/>
- </FiletypeAssociations>
- </Project>
|