Richard Green
|
3a23bb5ecd
|
Update forwarding.py
removed commented code that served no purpose.
|
2014-11-03 14:11:16 +01:00 |
|
Richard 'ragmondo' Green
|
17d8ac8d74
|
Made the sys.path.append more obvious
|
2014-11-03 14:11:16 +01:00 |
|
Richard 'ragmondo' Green
|
7169643d1c
|
Renamed params variable to use correct source library; removed traceback usage to be compatible with jython 2.5
|
2014-11-03 14:11:16 +01:00 |
|
Mike Hearn
|
0a6f901b23
|
Renamespace to org.bitcoinj away from com.google.bitcoin, as bitcoinj is no longer a Google project and being namespaced under com.google causes issues with Sonatype/Maven Central.
To fixinate your code:
find . -name '*.java' | xargs sed -i .bak 's/import com.google.bitcoin./import org.bitcoinj./g;s/import static com.google.bitcoin./import static org.bitcoinj./g'
|
2014-09-30 17:05:07 +02:00 |
|
Mike Hearn
|
8240f0c312
|
Add a Python/Jython version of the getting started tutorial, thanks to Richard Green.
|
2014-09-30 15:38:44 +02:00 |
|